From b7354c7d36d56dab529271b34a404ccc3f319af9 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 4 Jul 2024 10:17:25 +0200 Subject: [PATCH] WIP Fix activitywatch awatcher fails #2 --- home-mods/activity-watch/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-mods/activity-watch/default.nix b/home-mods/activity-watch/default.nix index c6b6d2e..43bef14 100644 --- a/home-mods/activity-watch/default.nix +++ b/home-mods/activity-watch/default.nix @@ -24,9 +24,9 @@ }; }; - systemd.user.services.activitywatch-watcher-awatcher.Service= { - Restart = "always"; - RestartSec= "5"; + systemd.user.services.activitywatch-watcher-awatcher.Service = { + Restart = "always"; + RestartSec = "5"; }; # TODO Add timer for `aw-sync --sync-dir=$HOME/Nextcloud/ActivityWatch/ sync --mode both`