feat: add flakes to nix iso

This commit is contained in:
autumn-the-kitty-cat
2025-12-01 20:37:08 -05:00
parent d1c1622489
commit 7d30a5396f
2 changed files with 32 additions and 0 deletions
+5
View File
@@ -19,6 +19,11 @@
networking.networkmanager.enable = true;
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
environment.systemPackages = with pkgs; [
neovim
git