mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 03:15:41 +00:00
feat: add ripgrep
This commit is contained in:
parent
513ba77458
commit
7d73be0f5f
1 changed files with 8 additions and 0 deletions
8
home/modules/cli/ripgrep.nix
Normal file
8
home/modules/cli/ripgrep.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.ripgrep = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"--smart-case"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue