diff --git a/flake.nix b/flake.nix index 6d695bfb514..b4c201a9572 100644 --- a/flake.nix +++ b/flake.nix @@ -88,6 +88,15 @@ }; }; + nixConfig = { + extra-substituters = [ + "https://hyprland.cachix.org/" + ]; + extra-trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + ]; + }; + outputs = inputs@{ self,