diff --git a/nixos/modules/base/nix/subs.nix b/nixos/modules/base/nix/subs.nix index 6bab967..1cdcee7 100644 --- a/nixos/modules/base/nix/subs.nix +++ b/nixos/modules/base/nix/subs.nix @@ -14,6 +14,7 @@ in "https://hyprland.cachix.org" "https://nix-community.cachix.org" "https://nixpkgs-wayland.cachix.org" + "https://neovim-flake.cachix.org" ]; trusted-public-keys = [ @@ -22,6 +23,7 @@ in "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" + "neovim-flake.cachix.org-1:iyQ6lHFhnB5UkVpxhQqLJbneWBTzM8LBYOFPLNH4qZw=" ]; }; };