From bf00bf796399a7819b1b5302705ffde2b8e8d5a2 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 26 Aug 2022 18:58:42 +0300 Subject: [PATCH] Nix: add nixConfig --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 597e9764..b8fcb3be 100644 --- a/flake.nix +++ b/flake.nix @@ -66,4 +66,9 @@ overlay = throw "Hyprland: .overlay output is deprecated, please use the .overlays.default output"; }; + + nixConfig = { + extra-substituters = ["https://hyprland.cachix.org"]; + extra-trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + }; }