store optimization
This commit is contained in:
parent
98476a4efb
commit
1b0e67744e
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kitty.terminfo
|
kitty.terminfo
|
||||||
kakoune
|
kakoune
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue