From 1a16a3b646bc94adf8693694f0cb641e0687d1a4 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:41:13 +0300 Subject: [PATCH] feat(hand7s): rga init Signed-off-by: s0me1newithhand7s --- hand7s/programs/ripgrep-all.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hand7s/programs/ripgrep-all.nix diff --git a/hand7s/programs/ripgrep-all.nix b/hand7s/programs/ripgrep-all.nix new file mode 100644 index 0000000..6e5b17c --- /dev/null +++ b/hand7s/programs/ripgrep-all.nix @@ -0,0 +1,7 @@ +_: { + programs = { + ripgrep-all = { + enable = true; + }; + }; +}