aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index df19116..6fd8c41 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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