feat(rg): Install ripgrep

This commit is contained in:
punkfairie 2024-11-04 21:25:27 -08:00
parent 73adebd723
commit 0175bab947
2 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,7 @@
./man.nix
./ncmpcpp.nix
./neofetch.nix
./ripgrep.nix
./starship.nix
./tmux.nix
./topgrade.nix

View file

@ -0,0 +1,6 @@
{ ... }:
{
programs.ripgrep = {
enable = true;
};
}