diff --git a/.profile b/.profile
index f9e89c4..367c438 100644
--- a/.profile
+++ b/.profile
@@ -2,4 +2,5 @@
 [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
 [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME"/.nix-profile/etc/profile.d/nix.sh
 export DENO_INSTALL_ROOT="${HOME}/.local"
+export GOPATH="${HOME}/.local"
 export PATH="$HOME/.local/bin:$PATH"