home-manager/ripgrep.nix

10 lines
78 B
Nix

{ ... }:
{
programs = {
ripgrep = {
enable = true;
};
};
}