mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
system: Define $ASPELL_CONF in /etc/profile.
* gnu/system.scm (etc-directory)[profile]: Define 'ASPELL_CONF'.
This commit is contained in:
parent
43faf869b9
commit
3761792c3a
1 changed files with 3 additions and 0 deletions
|
@ -451,6 +451,9 @@ (define* (etc-directory #:key
|
|||
# By default, applications that use D-Bus, such as Emacs, abort at startup
|
||||
# when /etc/machine-id is missing. Make sure these warnings are non-fatal.
|
||||
export DBUS_FATAL_WARNINGS=0
|
||||
|
||||
# Allow Aspell to find dictionaries installed in the user profile.
|
||||
export ASPELL_CONF=\"dict-dir $HOME/.guix-profile/lib/aspell\"
|
||||
"))
|
||||
(skel (skeleton-directory skeletons)))
|
||||
(file-union "etc"
|
||||
|
|
Loading…
Reference in a new issue