add cache
This commit is contained in:
parent
ef1eb99b46
commit
1734c15add
2 changed files with 12 additions and 50 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue