diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-10 00:09:35 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-10 00:09:35 -0500 |
commit | 022abd42d78d9a6d982c06c3e86d567052613a15 (patch) | |
tree | 98ee8c78baaed1939d6e62de1a5c796d95d0de97 | |
parent | 319010c3bb259b32c52e6ab1dded89dbdc345903 (diff) | |
download | configs-022abd42d78d9a6d982c06c3e86d567052613a15.tar.gz configs-022abd42d78d9a6d982c06c3e86d567052613a15.tar.xz configs-022abd42d78d9a6d982c06c3e86d567052613a15.zip |
[rc/zsh] set GUIX_LOCPATH and adjust PATH for guix
-rw-r--r-- | rc.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5381,6 +5381,9 @@ export MOZ_USE_XINPUT2=1 # precise scrolling in firefox export NIXPKGS=$HOME/src/git/nixpkgs if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer + +export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" +export PATH="/$HOME/.config/guix/current/bin${PATH:+:}$PATH" #+end_src *** zshenv |