feat(nix): enable garbage collection/store optimisation

This commit is contained in:
winston 2023-02-14 00:18:43 +01:00
parent 2a6179e708
commit 55a97145f6
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,5 +1,8 @@
{
nix.settings = {
nix = {
gc.automatic = true;
settings = {
auto-optimise-store = true;
substituters = [
"https://catppuccin.cachix.org"
"https://hyprland.cachix.org"
@ -17,4 +20,5 @@
"pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc="
];
};
};
}