Add hyprland cachix
This commit is contained in:
parent
0087ca74be
commit
98186715b1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user