about summary refs log tree commit diff
path: root/cfgfiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-06-07 15:25:15 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-06-07 15:25:15 +0200
commitfc61c27de6a0c34af97496712823cac045ec1f23 (patch)
treeea0559d454627cdc18197560008ae1d9d5953ba6 /cfgfiles
parent8f9f93f671de83040e115bb9885e548f959d1ef5 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'cfgfiles')
-rw-r--r--cfgfiles/gajim.nix4
1 files changed, 2 insertions, 2 deletions
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;