diff --git a/modules/home-manager/nixvim/plugins/telescope.nix b/modules/home-manager/nixvim/plugins/telescope.nix index b7d391e..f2facc3 100644 --- a/modules/home-manager/nixvim/plugins/telescope.nix +++ b/modules/home-manager/nixvim/plugins/telescope.nix @@ -1,4 +1,9 @@ +{ pkgs, ... }: { + home.packages = with pkgs; [ + ripgrep + ]; + programs.nixvim.plugins.telescope = { enable = true; extensions.fzf-native.enable = true;