blob: 8db69adb42bfa6a3f7f6bafb3052be114e6a7a6e (
plain)
1
2
3
4
5
6
7
8
|
{ ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
}
|