fix(nixvim): telescope live grep needs ripgrep as dependency

This commit is contained in:
2026-04-28 19:19:04 +02:00
parent 975bccfe5f
commit a6034ee47a

View File

@@ -87,4 +87,9 @@
};
};
};
# install dependencies
home.packages = with pkgs; [
ripgrep
];
}