This commit is contained in:
twoneis 2023-11-24 23:10:00 +01:00
parent 5872456084
commit 8b8ecac876

View file

@ -7,6 +7,16 @@
../gnome ../gnome
]; ];
#Optimise nix store
nix = {
optimise.automatic = true;
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
};
# Enable nix flakes # Enable nix flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];