use claude-code with opencode

This commit is contained in:
William 2026-04-04 19:06:08 -03:00
parent 323779d8d8
commit 15c7478026

View file

@ -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" ];
};
};
};
};