diff --git a/aspects/ai.nix b/aspects/ai.nix index 2e702af..c442044 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -25,7 +25,10 @@ programs.opencode = { enable = true; package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode; - settings.theme = "system"; + settings = { + theme = "system"; + plugin = [ "opencode-claude-auth" ]; + }; }; }; };