feat: add cachix for hyprland

This commit is contained in:
Nydragon 2024-09-21 01:29:44 +02:00
parent 502d6d457b
commit 54a8b96377
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -1,6 +1,5 @@
{ ... }: { ... }:
{ {
imports = [ ./overlays.nix ]; imports = [ ./overlays.nix ];
nixpkgs.config = { nixpkgs.config = {
@ -20,6 +19,8 @@
automatic = true; automatic = true;
}; };
settings = { settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"