From c3db40c94a26f84fe05ed9c43b947a537c1206c9 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 8 Apr 2020 00:24:38 +0200 Subject: [PATCH] workout: add zettlr --- configs/workout/syncthing.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; };