diff options
| author | Fuwn <[email protected]> | 2026-01-31 03:14:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-31 03:14:46 -0800 |
| commit | ce3bd4bb3e512a658615019dcf0cd0886f9e5868 (patch) | |
| tree | 7f6a1bac46cb25936404f670c15938dea8f9300e | |
| parent | Nara(Homebrew): Add asciinema and agg brews (diff) | |
| download | nixos-config-ce3bd4bb3e512a658615019dcf0cd0886f9e5868.tar.xz nixos-config-ce3bd4bb3e512a658615019dcf0cd0886f9e5868.zip | |
Nara(Homebrew): Add Hugging Face Hub CLI brew
| -rw-r--r-- | modules/mac/programs/homebrew/packages/ai.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/packages/ai.nix b/modules/mac/programs/homebrew/packages/ai.nix index dbb2880..dda86cc 100644 --- a/modules/mac/programs/homebrew/packages/ai.nix +++ b/modules/mac/programs/homebrew/packages/ai.nix @@ -22,5 +22,6 @@ "gemini-cli" "codex" "opencode" + "huggingface-cli" ]; } |