flocon/hosts/common/system/cachix.nix

8 lines
187 B
Nix
Raw Normal View History

2024-09-04 21:40:24 +00:00
{ ... }:
{
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
}