mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
urxvt: fix package name
This commit is contained in:
parent
a053da0f22
commit
5c5a5b9b45
1 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue