feat(rg): Install ripgrep
This commit is contained in:
parent
73adebd723
commit
0175bab947
2 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
./man.nix
|
||||
./ncmpcpp.nix
|
||||
./neofetch.nix
|
||||
./ripgrep.nix
|
||||
./starship.nix
|
||||
./tmux.nix
|
||||
./topgrade.nix
|
||||
|
|
6
home/programs/ripgrep.nix
Normal file
6
home/programs/ripgrep.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.ripgrep = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue