diff options
| author | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:48 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-11-23 21:57:48 -0200 |
| commit | 8aa714eb5cb459647b92e979f553b1756397bb34 (patch) | |
| tree | b4cbe2c94297d333b027b5bf633d200fb5ef205a /bash | |
| parent | Unify crontab and alias command under scripts/mail.sh. (diff) | |
| download | dotfiles-8aa714eb5cb459647b92e979f553b1756397bb34.tar.gz dotfiles-8aa714eb5cb459647b92e979f553b1756397bb34.tar.xz | |
Reenable Guix in NixOS.
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/env.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/env.sh b/bash/env.sh index c537b4e8..c81cba2e 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -68,9 +68,9 @@ isLinux && { # export GUIX_PROFILE="$HOME/.guix-profile/etc/profile" -# isLinux && { -# source "$GUIX_PROFILE" -# } +isLinux && { + source "$GUIX_PROFILE" +} export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH" export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" # after running guix package -i glibc-utf8-locales |
