diff --git a/modules/home-manager/nixvim.nix b/modules/home-manager/nixvim.nix index ae69448..b38649c 100644 --- a/modules/home-manager/nixvim.nix +++ b/modules/home-manager/nixvim.nix @@ -87,4 +87,9 @@ }; }; }; + + # install dependencies + home.packages = with pkgs; [ + ripgrep + ]; }