ADD: preload nix

This commit is contained in:
kenji
2025-12-25 08:59:52 -06:00
parent 2d9f95e8e5
commit d96148bf06
5 changed files with 169 additions and 20 deletions
+2
View File
@@ -39,6 +39,7 @@
home-manager,
stylix,
nixovim, # FIXME: should be inside of modules
chaotic,
sops-nix,
...
} @ inputs: let
@@ -56,6 +57,7 @@
modules = [
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
chaotic.nixosModules.default
./hosts/hakase/configuration.nix
];
};