From fc61c27de6a0c34af97496712823cac045ec1f23 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 7 Jun 2013 15:25:15 +0200 Subject: gajim: Enable speller and use DE and EN languages. Might get annoying someday, but until this is the case, let's activate it. This of course needs the aspell dictionaries for german and english, so add them to the env collections as well. Signed-off-by: aszlig --- collections/aszlig.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'collections/aszlig.nix') diff --git a/collections/aszlig.nix b/collections/aszlig.nix index 085e3214..5e980fe5 100644 --- a/collections/aszlig.nix +++ b/collections/aszlig.nix @@ -59,6 +59,8 @@ with pkgs; valgrind ]; + dicts = with aspellDicts; [ de en ]; + net = [ netrw nmap -- cgit 1.4.1