1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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