diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-08 11:34:19 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-08 11:34:19 +0100 |
commit | 691746148aaf53cb5f5c85db41d7aec7cc2d75cd (patch) | |
tree | 128d80d5556883b65242de9671607e38c653d872 | |
parent | 4dbe14a47e1e116fc5a61d241109adf89ba42923 (diff) |
Enable cachix for hyprland
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 6233580..5e0ac0c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,6 +5,11 @@ { pkgs, ... }: { + nix.settings = { + substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Bootloader. |