feat: hyprland cachix

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-09-02 09:32:35 -03:00
parent 8503f52f16
commit c932fd7a19

View File

@@ -112,7 +112,11 @@
services.blueman.enable = true;
# hardware.pulseaudio.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
nix.package = pkgs.nixVersions.nix_2_21;
programs.nix-ld.enable = true;