added home-manager modules as an output in flake.nix, allowing for machine-specific home-manager configs
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user