Add caches for Hyprland and FjordLauncher
This commit is contained in:
parent
1216b184ae
commit
7ba6eafa7d
2 changed files with 14 additions and 0 deletions
13
modules/core/nix.nix
Normal file
13
modules/core/nix.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
nix.settings = {
|
||||
trusted-substituters = [
|
||||
"https://cache.garnix.io"
|
||||
"https://hyprland.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in a new issue