use claude-code with opencode
This commit is contained in:
parent
323779d8d8
commit
15c7478026
1 changed files with 4 additions and 1 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue