feat: add ai agent cli tools

This commit is contained in:
Poby 2026-03-14 23:39:23 +09:00
parent ae3c83f936
commit 37439baf9d
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -23,9 +23,6 @@
./aerospace.nix ./aerospace.nix
./sops.nix ./sops.nix
./ssh.nix ./ssh.nix
# TODO ./claude-code.nix
# TODO ./codex.nix
# TODO ./gemini-cli.nix
]; ];
home = { home = {

View file

@ -47,13 +47,17 @@
taps = builtins.attrNames config.nix-homebrew.taps; taps = builtins.attrNames config.nix-homebrew.taps;
# WARNING only include those not in nixpkgs # WARNING only include those not in nixpkgs
brews = [ ]; brews = [
"gemini-cli"
];
casks = [ casks = [
"batfi" "batfi"
"hammerspoon" "hammerspoon"
"shottr" # stable version dmg link not found "shottr" # stable version dmg link not found
"arc" "arc"
"codex"
"claude-code"
]; ];
}; };
} }