Compare commits

..

No commits in common. "f2fe56fb18764148aecfee6b41d86a5ba17a4f54" and "383d64558e091556534879cc68da745aea49383c" have entirely different histories.

View file

@ -147,25 +147,6 @@ export GOPATH=$HOME/projects/go
GUIX_PROFILE="$HOME/.guix-profile/"
GUIX_LOCPATH="$GUIX_PROFILE/lib/locale/"
if [[ -d $GUIX_PROFILE ]];
then
. "$GUIX_PROFILE/etc/profile"
fi
GUIX_PROFILE="$HOME/.config/guix/current"
if [[ -d $GUIX_PROFILE ]];
then
. "$GUIX_PROFILE/etc/profile"
fi
#################
### WSL STUFF ###
#################
if [[ -n $WSL_DISTRO_NAME ]];
then
export DISPLAY=$(ip route | awk '{print $3; exit}'):0
export LIBGL_ALWAYS_INDIRECT=1
fi