mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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
|
default = if moduleName == "i3" then
|
||||||
"i3-sensible-terminal"
|
"i3-sensible-terminal"
|
||||||
else
|
else
|
||||||
"${pkgs.rxvt_unicode}/bin/urxvt";
|
"${pkgs.rxvt-unicode-unwrapped}/bin/urxvt";
|
||||||
description = "Default terminal to run.";
|
description = "Default terminal to run.";
|
||||||
example = "alacritty";
|
example = "alacritty";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue