urxvt: fix package name

This commit is contained in:
superherointj 2022-09-26 19:38:57 -03:00
parent a053da0f22
commit 5c5a5b9b45

View file

@ -12,8 +12,8 @@ in {
package = mkOption { package = mkOption {
type = types.package; type = types.package;
default = pkgs.rxvt_unicode; default = pkgs.rxvt-unicode;
defaultText = literalExpression "pkgs.rxvt_unicode"; defaultText = literalExpression "pkgs.rxvt-unicode";
description = "rxvt-unicode package to install."; description = "rxvt-unicode package to install.";
}; };