From 323adb75680864dd5d174cc19a223af1c9e695eb Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 6 Jul 2024 12:16:48 -0400 Subject: [PATCH] Khanda: re-enable LanguageTool --- hosts/Khanda/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/Khanda/default.nix b/hosts/Khanda/default.nix index e3a9c8a..260bc43 100644 --- a/hosts/Khanda/default.nix +++ b/hosts/Khanda/default.nix @@ -32,7 +32,10 @@ in office.enable = true; recording.enable = true; social.enable = true; - writing.enable = true; + writing = { + enable = true; + languagetool.enable = true; + }; }; # Enable Secure Boot support.