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
./sops.nix
./ssh.nix
# TODO ./claude-code.nix
# TODO ./codex.nix
# TODO ./gemini-cli.nix
];
home = {

View file

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