From 46a9ce3f47daca4b2a1d1574bd29bdbd9616c257 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:14:54 -0400 Subject: [PATCH] use it --- modules/home/claude-code/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/claude-code/default.nix b/modules/home/claude-code/default.nix index 33a0da4..cd0f899 100644 --- a/modules/home/claude-code/default.nix +++ b/modules/home/claude-code/default.nix @@ -23,6 +23,8 @@ in pkgs.tree pkgs.python313Packages.markitdown flake.inputs.self.packages.${pkgs.system}.claude # Sandboxed version from claude-sandboxed.nix + # Other agents for trying out + pkgs.copilot-cli ]; programs.claude-code = { enable = true;