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
|
./man.nix
|
||||||
./ncmpcpp.nix
|
./ncmpcpp.nix
|
||||||
./neofetch.nix
|
./neofetch.nix
|
||||||
|
./ripgrep.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./topgrade.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