Add gnome-builder

This commit is contained in:
2024-04-20 18:15:14 +01:00
parent 46918c08cc
commit e9ba706590
2 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ pkgs.mkShellNoCC {
shellHook = ''
echo
PS1='\n\[\e[2m\][RUST]\[\e[0m\] \[\e[1m\]\w\[\e[0m\] \[\e[3m\]$(git branch --show-current 2>/dev/null)\n\[\e[0m\]\$ '
PS1='\n\[\e[2m\][RUST DEV]\[\e[0m\] \[\e[1m\]\w\[\e[0m\] \[\e[3m\]$(git branch --show-current 2>/dev/null)\n\[\e[0m\]\$ '
echo -e "\e[31m[NIX-SHELL RUST DEVELOPMENT ENVIRONMENT] \e[0m"
echo -ne "\e[1mVersion: \e[0m"
rustc --version