Misc changes

This commit is contained in:
Jimbo 2025-02-09 00:28:20 -05:00
parent 05c5bee0ea
commit 62a859ee8a
5 changed files with 27 additions and 23 deletions

View file

@ -3,7 +3,10 @@
imports = [ ./gc ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [
"nix-command"
"flakes"
];
auto-optimise-store = true;
};
}