diff --git a/flake.nix b/flake.nix index 3ec4cb4..cf5e02d 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule { module = nixvimModule; + inherit pkgs; extraSpecialArgs = { inherit inputs; light = false; @@ -41,6 +42,7 @@ nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule { module = nixvimModule; + inherit pkgs; extraSpecialArgs = { inherit inputs; light = true;