mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 13:19:44 +01:00
i3: replace deprecated package name
This commit is contained in:
parent
354344d971
commit
cca5161289
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ in {
|
|||
default = if moduleName == "i3" then
|
||||
"i3-sensible-terminal"
|
||||
else
|
||||
"${pkgs.rxvt_unicode}/bin/urxvt";
|
||||
"${pkgs.rxvt-unicode-unwrapped}/bin/urxvt";
|
||||
description = "Default terminal to run.";
|
||||
example = "alacritty";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue