Added Packages, enabled languagetool server

This commit is contained in:
Matthias 2024-07-19 15:26:43 +02:00
parent b1bcabba6d
commit 3498e4961e

View file

@ -118,6 +118,13 @@ in {
logseq logseq
ungoogled-chromium ungoogled-chromium
zed-editor # Editor zed-editor # Editor
languagetool
syncthing
pysolfc
blender
prusa-slicer
kcalc
veracrypt
]; ];
}; };
@ -127,6 +134,8 @@ in {
configDir = "/home/kb-work/.config/syncthing"; configDir = "/home/kb-work/.config/syncthing";
}; };
services.languagetool.enable = true;
services.pcscd.enable = true; services.pcscd.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {
# enable = true; # enable = true;