From 6c1a1efa028aff04a277fc69781081a0bd6e0ca2 Mon Sep 17 00:00:00 2001 From: gotjoshua Date: Wed, 17 Sep 2025 03:47:19 +0100 Subject: [PATCH] watcher: fix example typo for aw-watcher-window (#7822) the example config has a stray s --- modules/services/activitywatch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/activitywatch.nix b/modules/services/activitywatch.nix index 253fa118..e4dae1eb 100644 --- a/modules/services/activitywatch.nix +++ b/modules/services/activitywatch.nix @@ -210,7 +210,7 @@ in }; }; - aw-watcher-windows = { + aw-watcher-window = { package = pkgs.activitywatch; settings = { poll_time = 1;