6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
|
# Setup guix profile locales
|
||
|
export GUIX_LOCPATH=${HOME}/.guix-home/profile/lib/locale
|
||
|
|
||
|
# Add local binaries to PATH
|
||
|
export PATH="${PATH}:$HOME/.bin"
|