diff options
| author | Fuwn <[email protected]> | 2025-01-09 00:32:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-09 00:32:35 -0800 |
| commit | 4efe2bca23a106d7ab663fe4f137d30a5e5ea614 (patch) | |
| tree | 51d99e95b20b052fee264c50fa8d78939228c779 /modules/mac/programs | |
| parent | nara: better homebrew management (diff) | |
| download | nixos-config-4efe2bca23a106d7ab663fe4f137d30a5e5ea614.tar.xz nixos-config-4efe2bca23a106d7ab663fe4f137d30a5e5ea614.zip | |
nara: add rustup
Diffstat (limited to 'modules/mac/programs')
| -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 fa02221..fd402a2 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -10,5 +10,6 @@ "zsh-autosuggestions" "zsh-vi-mode" "vapor" + "rustup" ]; } |