added ai tag for desktop hosts

This commit is contained in:
William 2025-11-06 19:57:04 -03:00
parent 97450f0057
commit cb59a911d6
5 changed files with 136 additions and 29 deletions

9
hosts/modules/ai.nix Normal file
View file

@ -0,0 +1,9 @@
{ inputs, pkgs, ... }:
{
environment.systemPackages = with inputs.nix-ai-tools.packages.${pkgs.system}; [
claude-desktop
claudebox
opencode
];
}

View file

@ -3,7 +3,6 @@
{
environment.systemPackages = with pkgs; [
bat
claude-code
lazygit
fd
fzf