Commit for generation 84

This commit is contained in:
2024-09-25 16:10:34 -04:00
parent ae8de5e68d
commit bb6ce37e39
3 changed files with 64 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
shellHook = ''
echo "Rust dev environment initialized"
export SHELL=$(which zsh)
[ -f $HOME/.zshrc ] && source $HOME/.zshrc
rustup default stable
'';
};