diff options
| author | Fuwn <[email protected]> | 2025-01-29 23:19:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-29 23:19:55 -0800 |
| commit | 52ed400190be695272e7712c4be54a64ef992749 (patch) | |
| tree | 22cd8eac9801346f393de9a1d19553739dd18c34 /modules/mac | |
| parent | nara: add obs (diff) | |
| download | nixos-config-52ed400190be695272e7712c4be54a64ef992749.tar.xz nixos-config-52ed400190be695272e7712c4be54a64ef992749.zip | |
nara: add ai apps to casks
Diffstat (limited to 'modules/mac')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index a3ed802..b661d08 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -12,5 +12,6 @@ "vapor" "rustup" "earthly" + "rye" ]; } diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 4148f90..8fb6a8c 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -10,5 +10,8 @@ "ollamac" "bruno" "obs" + "anythingllm" + "superwhisper" + "msty" ]; } |