diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -70,7 +70,12 @@ inherit hostname; inherit rice; }; - users.mun = import ./home/mun; + users.mun = { + imports = [ + ./home/mun + ./home/rices/${rice}/home.nix + ]; + }; sharedModules = [ nixowos.homeModules.default ]; @@ -92,7 +97,7 @@ } ./hosts/${hostname}/configuration.nix ./system - ./home/rices/${rice}/default.nix + ./home/rices/${rice}/system.nix home-manager.nixosModules.home-manager nixowos.nixosModules.default stylix.nixosModules.stylix |
