forked from Shinonome/alt-illogical-impulse
Export system-services as NixOS module
This commit is contained in:
@@ -71,6 +71,9 @@
|
|||||||
homeManagerModules.default = import ./modules/home-manager.nix;
|
homeManagerModules.default = import ./modules/home-manager.nix;
|
||||||
homeManagerModules.dots-hyprland = self.homeManagerModules.default;
|
homeManagerModules.dots-hyprland = self.homeManagerModules.default;
|
||||||
|
|
||||||
|
nixosModules.default = import ./modules/components/system-services.nix;
|
||||||
|
nixosModules.dots-hyprland = self.nixosModules.default;
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
declarative = home-manager.lib.homeManagerConfiguration {
|
declarative = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ in
|
|||||||
./components/hyprland-config.nix
|
./components/hyprland-config.nix
|
||||||
./components/terminal-config.nix
|
./components/terminal-config.nix
|
||||||
./components/touchegg.nix
|
./components/touchegg.nix
|
||||||
./components/system-services.nix
|
|
||||||
./components/config-override.nix
|
./components/config-override.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user