From 72fe7835055f55d9dd124ff41d98a363dffeea91 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 24 May 2024 23:48:53 -0600 Subject: cachix for hyprland --- modules/nixos/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 1a0c42e..36dcba5 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -29,6 +29,10 @@ }; }; }; + nix.settings = { + substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + }; programs = { hyprland = { enable = true; -- cgit v1.2.3