diff --git a/flake.nix b/flake.nix index c855581..1a386a5 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ hyprland = { url = "github:hyprwm/Hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; + # inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index f0580db..2ef0aef 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -37,6 +37,8 @@ # auto optimise every so often auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; + substituters = ["https://hyprland.cachix.org"]; + trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; }; gc.automatic = true; };