disable flakes (not needed)

This commit is contained in:
Simon Gardling 2025-10-18 00:26:59 -04:00
parent 1c904907d6
commit 46bb9734b7
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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