Skip to content
Snippets Groups Projects
Commit a4b1b47e authored by James Vasile's avatar James Vasile
Browse files

Add GUIX env to bashrc

parent efec73ab
No related branches found
No related tags found
No related merge requests found
......@@ -194,13 +194,13 @@ export XMODIFIERS=@im=fcitx
export GLFW_IM_MODULE=ibus # Kitty needs this
# Guix
# export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
# export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
# export PATH=~/.guix-profile/bin:$PATH
export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
export PATH=~/.guix-profile/bin:$PATH
#export EMACSLOADPATH="/home/james/.guix-profile/share/emacs/site-lisp"
# export INFOPATH="/home/james/.guix-profile/share/info"
# GUIX_PROFILE="/home/james/.config/guix/current"
# . "$GUIX_PROFILE/etc/profile"
export INFOPATH="/home/james/.guix-profile/share/info"
GUIX_PROFILE="/home/james/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
# Update just one repo
update-repo() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment