about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index e390ac3..2d60b53 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -1,5 +1,7 @@
-{ pkgs, ... }: {
+{ ... }: {
   my.home = {
+    wm.windowManager = "sway";
+
     # default packages I want on all hosts
     packages.enable = true;