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
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue