newsboat: switch from xdg_utils
to xdg-utils
This commit is contained in:
parent
0fa2b16a07
commit
bbb6d30001
|
@ -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.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue