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;