Commit 502171858ecf

Vincent Demeester <vincent@sbr.pm>
2020-01-02 15:09:06
emacs.nix: add hunspellDicts.*
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aef7e0e
Changed files (1)
modules
profiles
modules/profiles/emacs.nix
@@ -37,6 +37,10 @@ in
         graphviz
         pandoc
         zip
+        hunspell
+        hunspellDicts.en_US-large
+        hunspellDicts.en_GB-ize
+        hunspellDicts.fr-any
       ];
       home.sessionVariables = {
         EDITOR = "et";