store optimization

This commit is contained in:
jaina heartles 2024-02-25 12:57:21 -08:00
parent 98476a4efb
commit 1b0e67744e
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
auto-optimise-store = true;
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
environment.systemPackages = with pkgs; [
kitty.terminfo
kakoune