mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
newsboat: switch from xdg_utils
to xdg-utils
This commit is contained in:
parent
0fa2b16a07
commit
bbb6d30001
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in {
|
||||||
|
|
||||||
browser = mkOption {
|
browser = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "${pkgs.xdg_utils}/bin/xdg-open";
|
default = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||||
description = "External browser to use.";
|
description = "External browser to use.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue