mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
system: Add 'XDG_DATA_DIRS' and 'XDG_CONFIG_DIRS' to /etc/profile.
* gnu/system.scm (etc-directory)[profile]: Set 'XDG_DATA_DIRS' and 'XDG_CONFIG_DIRS'.
This commit is contained in:
parent
4ad8789c17
commit
00239d0594
1 changed files with 3 additions and 0 deletions
|
@ -442,6 +442,9 @@ (define* (etc-directory #:key
|
||||||
export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
|
export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
|
||||||
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
|
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
|
||||||
|
|
||||||
|
export XDG_DATA_DIRS=$HOME/.guix-profile/share:/run/current-system/profile/share
|
||||||
|
export XDG_CONFIG_DIRS=$HOME/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg
|
||||||
|
|
||||||
# Append the directory of 'site-start.el' to the search path.
|
# Append the directory of 'site-start.el' to the search path.
|
||||||
export EMACSLOADPATH=:/etc/emacs
|
export EMACSLOADPATH=:/etc/emacs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue