claude-desktop package
This commit is contained in:
parent
97b0b01a48
commit
7a0fa96129
5 changed files with 239 additions and 9 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||
claude-desktop
|
||||
claude-code
|
||||
claudebox
|
||||
opencode
|
||||
];
|
||||
environment.systemPackages =
|
||||
(with pkgs; [claude-desktop]) ++
|
||||
(with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||
claude-code
|
||||
claudebox
|
||||
opencode
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue