newsboat: switch from xdg_utils to xdg-utils

This commit is contained in:
Robert Helgesson
2021-02-03 23:40:41 +01:00
parent 0fa2b16a07
commit bbb6d30001

View File

@@ -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.";
};