diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:11:36 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:11:36 +0200 |
| commit | 1706475bc4394b98b8eea88e8f6fd7dd1e4be3e0 (patch) | |
| tree | b1e747b7350aa2469077a52a9d09826f4b5879de /flake.nix | |
| parent | b47c8758f44eb205a0d1029e75f47a59225860d8 (diff) | |
Fixed a big error where the flake way importing rices/<rice>/system.nix instead of rices/<rice>/default.nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
