mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: add ai agent cli tools
This commit is contained in:
parent
ae3c83f936
commit
37439baf9d
2 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue