summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-rw-r--r--guix/.guix-env (renamed from guix/.guix-profile)13
1 files changed, 10 insertions, 3 deletions
diff --git a/guix/.guix-profile b/guix/.guix-env
index d1495ae..8069fa0 100644
--- a/guix/.guix-profile
+++ b/guix/.guix-env
@@ -1,11 +1,18 @@
-# Guix
+## Guix
+
+# Locale
export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
-export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages
+export LC_ALL=en_US.utf8
+
+# Paths
export PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH"
export CPATH="/home/urbain/.guix-profile/include${CPATH:+:}$CPATH"
export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH"
-# Guile
+# Custom packages
+export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages
+
+## Guile
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH
export GUILE_WARN_DEPRECATED=detailed