feat: add ripgrep

This commit is contained in:
lightly-toasted 2025-09-12 23:22:41 +09:00
parent 513ba77458
commit 7d73be0f5f

View file

@ -0,0 +1,8 @@
{
programs.ripgrep = {
enable = true;
arguments = [
"--smart-case"
];
};
}