From 2b1950d4e39b0bd2fa599827fd8ce620262f4c25 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 1 Jan 2026 13:34:17 +0000 Subject: [PATCH] Install tools for Claude. --- home/profiles/workstation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix index 6e339f5..8153480 100644 --- a/home/profiles/workstation.nix +++ b/home/profiles/workstation.nix @@ -3,6 +3,8 @@ let serverProfile = import ./server.nix { inherit pkgs; }; cliPkgs = with pkgs; [ + ast-grep + yq unstable.claude-code unstable.codex unstable.gemini-cli