disable flakes (not needed)

This commit is contained in:
2025-10-18 00:26:59 -04:00
parent 570db0b9da
commit 27b805d095

View File

@@ -76,14 +76,6 @@
nix = {
# optimize the store
optimise.automatic = true;
# enable flakes!
settings = {
experimental-features = [
"nix-command"
"flakes"
];
};
};
boot = {