aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:11:36 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:11:36 +0200
commit1706475bc4394b98b8eea88e8f6fd7dd1e4be3e0 (patch)
treeb1e747b7350aa2469077a52a9d09826f4b5879de
parentb47c8758f44eb205a0d1029e75f47a59225860d8 (diff)
Fixed a big error where the flake way importing rices/<rice>/system.nix instead of rices/<rice>/default.nix
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 92236b0..df19116 100644
--- a/flake.nix
+++ b/flake.nix
@@ -92,7 +92,7 @@
}
./hosts/${hostname}/configuration.nix
./system
- ./home/rices/${rice}/system.nix
+ ./home/rices/${rice}/default.nix
home-manager.nixosModules.home-manager
nixowos.nixosModules.default
stylix.nixosModules.stylix