diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/default.nix | 3 | ||||
-rw-r--r-- | hosts/carmel/home.nix | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 8971397..e9f0d64 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, hostname, ... }: +{ ... }: { imports = @@ -12,7 +12,6 @@ # install and configure sway my.programs.sway.enable = true; - my.home.wm.windowManager = "sway"; hardware.opengl.driSupport = true; 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; |