From 54a8b963775deafbe8c038f1466a6f377507de68 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sat, 21 Sep 2024 01:29:44 +0200 Subject: [PATCH] feat: add cachix for hyprland --- modules/nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 95c8ed4..37d3940 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -1,6 +1,5 @@ { ... }: { - imports = [ ./overlays.nix ]; nixpkgs.config = { @@ -20,6 +19,8 @@ automatic = true; }; settings = { + substituters = [ "https://hyprland.cachix.org" ]; + trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; experimental-features = [ "nix-command" "flakes"