about summary refs log tree commit diff
path: root/nixos/haruka/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/haruka/configuration.nix')
-rw-r--r--nixos/haruka/configuration.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index bcb5e22..33815e6 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -278,8 +278,9 @@
   };
 
   programs = {
-    # sway.enable = true;
-    # sway.extraPackages = lib.mkForce [ ];
+    sway.enable = true;
+    sway.package = null; # Managed by home-manager
+    sway.extraPackages = lib.mkForce [ ];
 
     zsh.enable = true;
     zsh.enableCompletion = true;