2023-11-09 17:27:22 +00:00
|
|
|
{lib, ...}: {
|
2023-11-05 13:14:23 +00:00
|
|
|
nix.settings = {
|
2023-11-09 17:27:22 +00:00
|
|
|
substituters = lib.mkAfter ["https://hyprland.cachix.org"];
|
2023-11-05 13:14:23 +00:00
|
|
|
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
|
|
|
};
|
|
|
|
}
|