nix-config/home/modules/cli/ripgrep.nix

8 lines
98 B
Nix

{
programs.ripgrep = {
enable = true;
arguments = [
"--smart-case"
];
};
}