system: Define 'DICPATH' in /etc/profile.
* gnu/system.scm (operating-system-etc-service) <profile>: Define 'DICPATH'.
This commit is contained in:
parent
ebfd6a718a
commit
c08da2ee37
1 changed files with 4 additions and 0 deletions
|
@ -610,6 +610,10 @@ (define* (operating-system-etc-service os)
|
|||
# See <http://bugs.gnu.org/22650>.
|
||||
umask 022
|
||||
|
||||
# Allow Hunspell-based applications (IceCat, LibreOffice, etc.) to
|
||||
# find dictionaries.
|
||||
export DICPATH=\"$HOME/.guix-profile/share/hunspell:/run/current-system/profile/share/hunspell\"
|
||||
|
||||
# Allow GStreamer-based applications to find plugins.
|
||||
export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue