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