add hyprland cache

This commit is contained in:
Kabbone 2022-10-22 16:29:58 +02:00
parent 17cad91e24
commit c44619ff21

View File

@ -135,6 +135,8 @@
nix = { # Nix Package Manager settings
settings ={
auto-optimise-store = true; # Optimise syslinks
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
gc = { # Automatic garbage collection
automatic = true;