marleyos/home/programs/ripgrep.nix

7 lines
60 B
Nix
Raw Normal View History

2024-11-05 05:25:27 +00:00
{ ... }:
{
programs.ripgrep = {
enable = true;
};
}