nixos/urxvtd: use new package name for rxvt-unicode
This commit is contained in:
parent
72bdf27771
commit
9290e6e7ba
@ -18,10 +18,10 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.rxvt_unicode-with-plugins;
|
default = pkgs.rxvt-unicode;
|
||||||
defaultText = "pkgs.rxvt_unicode-with-plugins";
|
defaultText = "pkgs.rxvt-unicode";
|
||||||
description = ''
|
description = ''
|
||||||
Package to install. Usually pkgs.rxvt_unicode-with-plugins or pkgs.rxvt_unicode
|
Package to install. Usually pkgs.rxvt-unicode.
|
||||||
'';
|
'';
|
||||||
type = types.package;
|
type = types.package;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user