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:
Harald Hoyer 2025-03-20 09:54:21 +01:00
parent afb98c401f
commit e224d668eb

View file

@ -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