nixos/sway: use new package name for rxvt-unicode

This commit is contained in:
rnhmjoj 2020-02-13 09:36:35 +01:00
parent 9290e6e7ba
commit ceb35dac58
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -88,10 +88,10 @@ in {
default = with pkgs; [
swaylock swayidle
xwayland alacritty dmenu
rxvt_unicode # For backward compatibility (old default terminal)
rxvt-unicode # For backward compatibility (old default terminal)
];
defaultText = literalExample ''
with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
with pkgs; [ swaylock swayidle xwayland rxvt-unicode dmenu ];
'';
example = literalExample ''
with pkgs; [