Add rigrep

This commit is contained in:
Arnie 2025-07-09 09:59:29 +02:00
parent c90d529ff6
commit 8a56ff1571
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11

View File

@ -96,6 +96,14 @@ in
enable = true; enable = true;
}; };
programs.ripgrep = {
enable = true;
arguments = [
"--smart-case"
"--hidden"
];
};
programs.vim = { programs.vim = {
enable = true; enable = true;
settings = { settings = {