install claude and claude tools
This commit is contained in:
parent
be7159fba8
commit
bb96cea244
1 changed files with 11 additions and 6 deletions
|
|
@ -5,8 +5,10 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
(with pkgs; [ ])
|
||||
(with pkgs; [ opencode-claude-auth ])
|
||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
ccusage-opencode
|
||||
claude-code
|
||||
opencode
|
||||
]);
|
||||
|
||||
|
|
@ -17,9 +19,12 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
homeManager.ai = {
|
||||
homeManager.ai =
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||
settings.theme = "system";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue