Export system-services as NixOS module

This commit is contained in:
Celes Renata
2025-12-01 01:14:18 -08:00
parent 75779601c8
commit 467164a952
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -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;
-1
View File
@@ -18,7 +18,6 @@ in
./components/hyprland-config.nix
./components/terminal-config.nix
./components/touchegg.nix
./components/system-services.nix
./components/config-override.nix
];