From 86f2fa2792efe4dc785dbd7ffac21d7f3e7e48d4 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 8 Apr 2026 07:52:00 -0300 Subject: [PATCH] claude not not like third party harnesses --- aspects/ai.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aspects/ai.nix b/aspects/ai.nix index c442044..3596b97 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -5,7 +5,7 @@ { inputs, pkgs, ... }: { environment.systemPackages = - (with pkgs; [ opencode-claude-auth ]) + (with pkgs; [ ]) ++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [ ccusage-opencode claude-code @@ -25,10 +25,7 @@ programs.opencode = { enable = true; package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode; - settings = { - theme = "system"; - plugin = [ "opencode-claude-auth" ]; - }; + settings.theme = "system"; }; }; };