diff --git a/modules/apps/office.nix b/modules/apps/office.nix index 3da3b6b..069906c 100644 --- a/modules/apps/office.nix +++ b/modules/apps/office.nix @@ -16,5 +16,12 @@ with lib; "org.libreoffice.LibreOffice" "us.zoom.Zoom" ]; + + # Spelling and grammer checking: hosted on localhost:8081 + services.languagetool = { + enable = true; + public = false; + allowOrigin = "*"; + }; }; } \ No newline at end of file