about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/alpha/configuration.nix4
-rw-r--r--nixos/haruka/configuration.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f7bc0cc..7ecced7 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -262,8 +262,8 @@
   };
 
   programs = {
-    sway.enable = true;
-    sway.extraPackages = lib.mkForce [ ];
+    # sway.enable = true;
+    # sway.extraPackages = lib.mkForce [ ];
 
     zsh.enable = true;
     zsh.enableCompletion = false;
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index fbcf654..bcb5e22 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -278,8 +278,8 @@
   };
 
   programs = {
-    sway.enable = true;
-    sway.extraPackages = lib.mkForce [ ];
+    # sway.enable = true;
+    # sway.extraPackages = lib.mkForce [ ];
 
     zsh.enable = true;
     zsh.enableCompletion = true;