From d101b05fc93bbabc4e2cdd90c261172421a7e2b4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 15 Jul 2025 08:20:39 -0400 Subject: [PATCH] Install ripgrep in base system. --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index 5f0bd65..b9eb202 100644 --- a/base.nix +++ b/base.nix @@ -19,6 +19,7 @@ tmux psmisc unzip + ripgrep ]; environment.variables.EDITOR = "vim";