about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--cfgfiles/gajim.nix4
-rw-r--r--collections/aszlig.nix2
2 files changed, 4 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;
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