blob: 760a98c967603b934e076a97d80e2af8706e46eb (
about) (
plain)
1
2
3
4
5
6
7
|
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
GUIX_PROFILE="$HOME/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
|