diff options
| -rwxr-xr-x | soc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ bwrap \ --bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \ --bind ~/code/workspace /home/$(whoami)/project \ --bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \ + --bind ~/.cargo /home/$(whoami)/.cargo \ + --bind ~/.rustup /home/$(whoami)/.rustup \ --clearenv \ --setenv HOME /home/$(whoami) \ --setenv USER $(whoami) \ |
