Merge branch 'main' of gitlab.com:ahoneybun/nix-configs

This commit is contained in:
Aaron Honeycutt 2023-11-14 17:25:50 -07:00
commit c72fd96476
3 changed files with 30 additions and 5 deletions

View file

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