summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorkat witch <kat@kittywit.ch>2021-03-17 13:33:51 +0000
committerkat witch <kat@kittywit.ch>2021-03-17 13:49:19 +0000
commit102137e359191ca808c420ca55f53de43497e874 (patch)
tree1af4184d303dbf9dae330d1cda3a7a4e5ad4d362 /nixos
parentbc202733924c2b0f1a338f853de08c6a0459ba54 (diff)
downloadnixpkgs-102137e359191ca808c420ca55f53de43497e874.tar
nixpkgs-102137e359191ca808c420ca55f53de43497e874.tar.gz
nixpkgs-102137e359191ca808c420ca55f53de43497e874.tar.bz2
nixpkgs-102137e359191ca808c420ca55f53de43497e874.tar.lz
nixpkgs-102137e359191ca808c420ca55f53de43497e874.tar.xz
nixpkgs-102137e359191ca808c420ca55f53de43497e874.tar.zst
nixpkgs-102137e359191ca808c420ca55f53de43497e874.zip
nixos/sway: fixed defaultText
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/sway.nix b/nixos/modules/programs/sway.nix
index 038d76c6c92..ed491ff3d17 100644
--- a/nixos/modules/programs/sway.nix
+++ b/nixos/modules/programs/sway.nix
@@ -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 xwayland rxvt-unicode alacritty dmenu ];
       '';
       example = literalExample ''
         with pkgs; [