diff options
author | EuAndreh <eu@euandre.org> | 2023-04-01 08:20:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-01 08:20:02 -0300 |
commit | a1ab725356260cb7e2329f9487eecd9e4ea2fa65 (patch) | |
tree | ad0a4d3619aae55ee82db273c9d5af53a2ad52de | |
parent | etc/git/config: Disable detached HEAD notification (diff) | |
download | dotfiles-a1ab725356260cb7e2329f9487eecd9e4ea2fa65.tar.gz dotfiles-a1ab725356260cb7e2329f9487eecd9e4ea2fa65.tar.xz |
etc/guix/home.scm: Add "es" dictionary
-rw-r--r-- | etc/guix/home.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 6007978..38b6171 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -695,6 +695,7 @@ left it off the last time it was used.") (hunspell-dictionary-utf8 "pt") (hunspell-dictionary-utf8 "fr") (hunspell-dictionary-utf8 "eo") + (hunspell-dictionary-utf8 "es") (script "cronjob" (slurp (string-append (getenv "XDG_CONFIG_HOME") "/sh/cronjob.sh")))) work-packages)) |