enable hyprland cacheix

This commit is contained in:
Noa Aarts 2024-03-15 18:48:44 +01:00
parent 3d86105f2b
commit d3d8e018bd
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
hyprland = { hyprland = {
url = "github:hyprwm/Hyprland"; url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View file

@ -37,6 +37,8 @@
# auto optimise every so often # auto optimise every so often
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
}; };
gc.automatic = true; gc.automatic = true;
}; };