added home-manager modules as an output in flake.nix, allowing for machine-specific home-manager configs

This commit is contained in:
pagedmov
2024-11-01 21:30:26 -04:00
parent e035de79e4
commit 08bed40c52
8 changed files with 45 additions and 53 deletions

View File

@@ -67,6 +67,8 @@
) {}
colors;
in {
homeManagerModules.default = ./modules/home/default.nix;
nixosConfigurations = {
oganesson = nixpkgs.lib.nixosSystem {
specialArgs = {
@@ -75,8 +77,8 @@
};
inherit system;
modules = [
./hosts/desktop
./modules
./hosts/desktop/config.nix
./modules/sys
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur
@@ -89,8 +91,8 @@
inherit self inputs scheme wallpaper username;
};
modules = [
./hosts/laptop
./modules
./hosts/laptop/config.nix
./modules/sys
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur