about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-23 19:23:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-23 19:23:50 -0700
commit1c77d202653c1ae83713071bce6969694732fb26 (patch)
tree57b18287b6865abfe8ef81c6c1121fa1a7f1ae9d /hosts/aptos/home.nix
parentfix(home/waybar): fix the configuration after 22.05 (diff)
downloadworld-1c77d202653c1ae83713071bce6969694732fb26.tar.gz
fix(hosts): the WM manager needs to be in home.nix
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;