Add hyprland cachix

Former-commit-id: 98186715b1
This commit is contained in:
Hadi
2024-05-17 14:52:18 +02:00
parent 41a225ec83
commit f9c910f5ac

View File

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