commit 502171858ecff3dc417f280448fee858f5e6cd7d
parent aef7e0e4d3657f87321b70dbc0a61fefe9791d79
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 2 Jan 2020 15:09:06 +0100
emacs.nix: add hunspellDicts.*
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/profiles/emacs.nix b/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";