feat(darwin): add ripgrep to base services
- Introduced `ripgrep` to the list of default tools. - Ensures `ripgrep` is available for efficient text searching.
This commit is contained in:
parent
afb98c401f
commit
e224d668eb
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
options,
|
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
@ -31,6 +30,7 @@ in
|
||||||
openssl
|
openssl
|
||||||
openssh
|
openssh
|
||||||
restic
|
restic
|
||||||
|
ripgrep
|
||||||
rrsync
|
rrsync
|
||||||
sops
|
sops
|
||||||
tmux
|
tmux
|
||||||
|
|
Loading…
Reference in a new issue