claude not not like third party harnesses
This commit is contained in:
parent
ee13dcaa31
commit
86f2fa2792
1 changed files with 2 additions and 5 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue