Add ripgrep as telescope dependency

This commit is contained in:
2025-07-08 18:38:33 +02:00
parent 0b14042708
commit 10c32a95fe
@@ -1,4 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
ripgrep
];
programs.nixvim.plugins.telescope = {
enable = true;
extensions.fzf-native.enable = true;