diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 00774db3..53f942b3 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -27,6 +27,16 @@ ]; nix.package = pkgs.nix; + nix.settings = { + extra-substituters = [ + "https://hyprland.cachix.org" + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; home.stateVersion = "22.11"; # Please read the comment before changing.