feat: hyprland cachix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user