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/programs/homebrew/brews.nix | |
| 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/programs/homebrew/brews.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 |
1 files changed, 1 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" ]; } |