summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 8b45d7a910a..a39917d49e6 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1072,6 +1072,9 @@ export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/m
1072export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info 1072export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
1073export XDG_DATA_DIRS=$HOME/.guix-profile/share:/run/current-system/profile/share 1073export XDG_DATA_DIRS=$HOME/.guix-profile/share:/run/current-system/profile/share
1074export XDG_CONFIG_DIRS=$HOME/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg 1074export XDG_CONFIG_DIRS=$HOME/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg
1075export GUIX_EXTENSIONS_PATH=\
1076$HOME/.guix-profile/share/guix/extensions
1077:/run/current-system/share/guix/extensions
1075 1078
1076# Make sure libXcursor finds cursors installed into user or system profiles. See <http://bugs.gnu.org/24445> 1079# Make sure libXcursor finds cursors installed into user or system profiles. See <http://bugs.gnu.org/24445>
1077export XCURSOR_PATH=$HOME/.icons:$HOME/.guix-profile/share/icons:/run/current-system/profile/share/icons 1080export XCURSOR_PATH=$HOME/.icons:$HOME/.guix-profile/share/icons:/run/current-system/profile/share/icons