feat: add ripgrep and fzf for nvim deps

This commit is contained in:
Iain Learmonth 2025-07-08 14:21:31 +01:00
parent 3ca5f55ffa
commit 7f9169af38

View file

@ -14,9 +14,11 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
fzf
lua-language-server lua-language-server
nil nil
pyright pyright
ripgrep
rust-analyzer rust-analyzer
]; ];