mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
newsboat: switch from xdg_utils to xdg-utils
This commit is contained in:
@@ -71,7 +71,7 @@ in {
|
||||
|
||||
browser = mkOption {
|
||||
type = types.str;
|
||||
default = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||
default = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||
description = "External browser to use.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user