aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix22
1 files changed, 2 insertions, 20 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f75b254..1ebddb3 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -175,26 +175,8 @@
};
programs = {
- sway = {
- enable = true;
- wrapperFeatures.gtk = true;
-
- extraPackages = with pkgs; [
- autotiling
- swaylock
- swayidle
- swaybg
- wayland-utils
- wl-clipboard
- grim
- slurp
- sway-contrib.grimshot
- waybar
- bemenu
- qt5.qtwayland
- xdg_utils
- ];
- };
+ sway.enable = true;
+ sway.extraPackages = lib.mkForce [];
zsh.enable = true;
zsh.enableCompletion = false;