mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 12:43:14 +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 {
|
||||
type = types.package;
|
||||
default = pkgs.rxvt_unicode;
|
||||
defaultText = literalExpression "pkgs.rxvt_unicode";
|
||||
default = pkgs.rxvt-unicode;
|
||||
defaultText = literalExpression "pkgs.rxvt-unicode";
|
||||
description = "rxvt-unicode package to install.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue