Merge branch 'main' of github.com:8bitbuddhist/nix-configuration
This commit is contained in:
commit
a0f1c60066
|
@ -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 = "*";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue