diff --git a/.profile b/.profile index a73c37ca..afda77b7 100644 --- a/.profile +++ b/.profile @@ -154,6 +154,8 @@ fi ## Guix if command -v guix >/dev/null 2>&1; then export GUIX_PACKAGE_PATH="$HOME/.guix-packages" + export PATH="$HOME/.config/guix/current/bin:$PATH" + export INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH" fi ## Default text editor