added ai tag for desktop hosts
This commit is contained in:
parent
97450f0057
commit
cb59a911d6
5 changed files with 136 additions and 29 deletions
9
hosts/modules/ai.nix
Normal file
9
hosts/modules/ai.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||
claude-desktop
|
||||
claudebox
|
||||
opencode
|
||||
];
|
||||
}
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
claude-code
|
||||
lazygit
|
||||
fd
|
||||
fzf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue