diff options
Diffstat (limited to 'hosts/carmel/home.nix')
| -rw-r--r-- | hosts/carmel/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index 9f7cb0a..4353abb 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/home.nix @@ -1,5 +1,7 @@ -{ pkgs, ... }: { +{ ... }: { my.home = { + my.home.wm.windowManager = "sway"; + # default packages I want on all hosts packages.enable = true; |
