diff --git a/configuration.nix b/configuration.nix index 5056bb2..b8d418c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,6 +70,13 @@ kate ]; + # Cachix for Hyprland + nix.settings = { + substituters = ["https://hyprland.cachix.org"]; + trusted-substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + }; + # Hyprland programs.hyprland = { enable = true;