nixfiles/home/profiles/shell/ripgrep.nix

10 lines
119 B
Nix

_: {
programs = {
ripgrep = {
enable = true;
};
ripgrep-all = {
enable = true;
};
};
}