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 --- cfgfiles/gajim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfgfiles/gajim.nix') diff --git a/cfgfiles/gajim.nix b/cfgfiles/gajim.nix index 410b9429..f2fae5c4 100644 --- a/cfgfiles/gajim.nix +++ b/cfgfiles/gajim.nix @@ -203,7 +203,7 @@ in mkConfig { sounddnd = false; soundplayer = "aplay -q"; sounds_on = false; - speller_language = ""; + speller_language = "de.en"; statusmsgcolor = "#4e9a06"; statusmsgfont = ""; stun_server = ""; @@ -249,7 +249,7 @@ in mkConfig { use_latex = false; use_notif_daemon = true; use_smooth_scrolling = true; - use_speller = false; + use_speller = true; use_stun_server = false; use_transports_iconsets = true; use_urgency_hint = true; -- cgit 1.4.1