Merge pull request #116625 from kittywitch/master

nixos/sway: Parity between extraPackages defaultText and default
This commit is contained in:
Bernardo Meurer 2021-03-17 16:42:55 +00:00 committed by GitHub
commit a77b8846cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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