1
0
Fork 0

Add LanguageTool

This commit is contained in:
Aires 2024-04-14 15:43:01 -04:00
parent e0fb6ff716
commit bb518ccf5a
2 changed files with 10 additions and 3 deletions

View file

@ -117,11 +117,11 @@
]
},
"locked": {
"lastModified": 1713019815,
"narHash": "sha256-jzTo97VeKMNfnKw3xU+uiU5C7wtnLudsbwl/nwPLC7s=",
"lastModified": 1713077896,
"narHash": "sha256-Noot8H0EZEAFRQWyGxh9ryvhK96xpIqKbh78X447JWs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8fdf329526f06886b53b94ddf433848a0d142984",
"rev": "630a0992b3627c64e34f179fab68e3d48c6991c0",
"type": "github"
},
"original": {

View file

@ -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 = "*";
};
};
}