diff --git a/configs/workout/syncthing.nix b/configs/workout/syncthing.nix index 19fddff..8d4f812 100644 --- a/configs/workout/syncthing.nix +++ b/configs/workout/syncthing.nix @@ -78,6 +78,10 @@ enable = true; path = "/home/palo/smartphone-folder"; }; + zettlr = { + enable = true; + path = "/home/palo/zettlr"; + }; }; }; };