diff options
author | Mihai Fufezan <[email protected]> | 2022-08-26 18:58:42 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-08-26 18:58:42 +0300 |
commit | bf00bf796399a7819b1b5302705ffde2b8e8d5a2 (patch) | |
tree | bc2d0629ebaad0755ff027d7472bf09cdac426e6 /flake.nix | |
parent | 949655005a8e6bff5d1e05c9f6b28668fa910f0b (diff) | |
download | Hyprland-bf00bf796399a7819b1b5302705ffde2b8e8d5a2.tar.gz Hyprland-bf00bf796399a7819b1b5302705ffde2b8e8d5a2.zip |
Nix: add nixConfig
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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="]; + }; } |