I've put the following in my .profile:
GUIX_PROFILE="$HOME/.guix-profile"
if [ -d $GUIX_PROFILE ] || [ -h $GUIX_PROFILE ] ; then
export GUIX_PROFILE
export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale/
source $GUIX_PROFILE/etc/profile
fiI have it set up this way so my .profile is portable between guix and non-guix systems. GUIX_LOCPATH was added to get rid of warning messages. Any suggestions for improvements are welcome. Thanks. -Jeff
