0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/sway: Drop rxvt-unicode from the extraPackages default

Upstream switched to Alacritty for the default configuration.
This commit is contained in:
Michael Weiss 2021-06-23 17:16:56 +02:00
parent 72dac3d449
commit eb8a694d92
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
3 changed files with 14 additions and 2 deletions

View file

@ -91,10 +91,9 @@ in {
type = with types; listOf package;
default = with pkgs; [
swaylock swayidle alacritty dmenu
rxvt-unicode # For backward compatibility (old default terminal)
];
defaultText = literalExample ''
with pkgs; [ swaylock swayidle rxvt-unicode alacritty dmenu ];
with pkgs; [ swaylock swayidle alacritty dmenu ];
'';
example = literalExample ''
with pkgs; [