diff --git a/flake.nix b/flake.nix index 11b1e94a..d2479690 100644 --- a/flake.nix +++ b/flake.nix @@ -112,7 +112,11 @@ # Import hyprland configs for home manager homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { modules = [ - hyprland.homeManagerModules.default + hyprland.homeManagerModules.default { + import = [ + ./hosts/${hostname}/desktops/hyprland-conf.nix + ]; + } ]; }; }; diff --git a/users/albert/home.nix b/users/albert/home.nix index 3ffca6f6..f16b20a3 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -2,7 +2,6 @@ home.stateVersion = "23.05"; imports = [ # ../../hosts/${hostname}/desktops/gnome-dconf.nix - ../../hosts/${hostname}/desktops/hyprland-conf.nix ../../home-manager/git.nix ../../home-manager/neovim.nix ../../home-manager/bash.nix