summaryrefslogtreecommitdiff
path: root/modules/mac/programs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-09 00:32:35 -0800
committerFuwn <[email protected]>2025-01-09 00:32:35 -0800
commit4efe2bca23a106d7ab663fe4f137d30a5e5ea614 (patch)
tree51d99e95b20b052fee264c50fa8d78939228c779 /modules/mac/programs
parentnara: better homebrew management (diff)
downloadnixos-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.nix1
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"
];
}