add cache

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-22 00:15:37 -05:00
parent ef1eb99b46
commit 1734c15add
2 changed files with 12 additions and 50 deletions

View file

@ -23,6 +23,17 @@
./hyprland.nix
];
config = {
nix.settings = {
substituters = [
"https://hyprland.cachix.org"
];
trusted-substituters = [
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
};
_module.args = {
inherit hyprland;
hyprlandPkgs = import hyprland.inputs.nixpkgs {