diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 95c8ed4..37d3940 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -1,6 +1,5 @@ { ... }: { - imports = [ ./overlays.nix ]; nixpkgs.config = { @@ -20,6 +19,8 @@ automatic = true; }; settings = { + substituters = [ "https://hyprland.cachix.org" ]; + trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; experimental-features = [ "nix-command" "flakes"