From e8fb5f33a2a7fcfa1d85404114d5db0292c9bc05 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 23:25:23 -0400 Subject: [PATCH] 174 current 2025-06-03 23:25:14 25.11.20250531.910796c 6.15.0 * --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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;