nixos/sway: Install the new default terminal emulator

The default changed in Sway 1.3 from rxvt_unicode to alacritty. For
backward compatibility we'll install both terminal emulators by default.
This commit is contained in:
Michael Weiss 2020-01-10 12:26:17 +01:00
parent beca0911f4
commit e99b32d27f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -87,7 +87,8 @@ in {
type = with types; listOf package;
default = with pkgs; [
swaylock swayidle
xwayland rxvt_unicode dmenu
xwayland alacritty dmenu
rxvt_unicode # For backward compatibility (old default terminal)
];
defaultText = literalExample ''
with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];