From 3099bcbb08638f6871737fa6b2913b02b1b69368 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Fri, 7 Aug 2026 10:32:18 +0100 Subject: [PATCH] install ripgrep, jq, ast-grep alongside AI agent CLI --- modules/home/ai-agent/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/ai-agent/default.nix b/modules/home/ai-agent/default.nix index f209555..cf31bd6 100644 --- a/modules/home/ai-agent/default.nix +++ b/modules/home/ai-agent/default.nix @@ -64,6 +64,9 @@ in config = { home.packages = [ llmAgentsPkgs.${config.ai-agent.agent} + pkgs.ripgrep + pkgs.jq + pkgs.ast-grep ]; home.file.${skillsDir} = { -- 2.51.2