nixos/urxvtd: use new package name for rxvt-unicode

This commit is contained in:
rnhmjoj 2020-02-13 09:33:58 +01:00
parent 72bdf27771
commit 9290e6e7ba
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

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