1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

i3: replace deprecated package name

This commit is contained in:
Robert Helgesson 2020-06-06 14:51:21 +02:00
parent 354344d971
commit cca5161289
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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";
};