mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:46:00 +01:00
Nix: add nixConfig
This commit is contained in:
parent
949655005a
commit
bf00bf7963
1 changed files with 5 additions and 0 deletions
|
@ -66,4 +66,9 @@
|
||||||
|
|
||||||
overlay = throw "Hyprland: .overlay output is deprecated, please use the .overlays.default output";
|
overlay = throw "Hyprland: .overlay output is deprecated, please use the .overlays.default output";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
extra-substituters = ["https://hyprland.cachix.org"];
|
||||||
|
extra-trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue