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, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [ opencode-claude-auth ])
|
(with pkgs; [ ])
|
||||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||||
ccusage-opencode
|
ccusage-opencode
|
||||||
claude-code
|
claude-code
|
||||||
|
|
@ -25,10 +25,7 @@
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||||
settings = {
|
settings.theme = "system";
|
||||||
theme = "system";
|
|
||||||
plugin = [ "opencode-claude-auth" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue