reNixos/hand7s/programs/ripgrep-all.nix
s0me1newithhand7s 1a16a3b646 feat(hand7s): rga init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:41:13 +03:00

7 lines
75 B
Nix

_: {
programs = {
ripgrep-all = {
enable = true;
};
};
}