Add hyprland cachix

This commit is contained in:
Hadi 2024-05-17 14:52:18 +02:00
parent 0087ca74be
commit 98186715b1

View File

@ -122,6 +122,12 @@ in {
} else } else
{ }; { };
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys =
[ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
services.dbus.enable = true; services.dbus.enable = true;
system.stateVersion = variable.stateVersion; system.stateVersion = variable.stateVersion;