diff --git a/flake.nix b/flake.nix index e9111c8..3d9ee33 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,9 @@ homeManagerModules.default = import ./modules/home-manager.nix; homeManagerModules.dots-hyprland = self.homeManagerModules.default; + nixosModules.default = import ./modules/components/system-services.nix; + nixosModules.dots-hyprland = self.nixosModules.default; + homeConfigurations = { declarative = home-manager.lib.homeManagerConfiguration { inherit pkgs; diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 1e1fde5..ec8d029 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -18,7 +18,6 @@ in ./components/hyprland-config.nix ./components/terminal-config.nix ./components/touchegg.nix - ./components/system-services.nix ./components/config-override.nix ];