diff --git a/home/machines/laptop.nix b/home/machines/laptop.nix index 8b6fa86..9a2dfb4 100644 --- a/home/machines/laptop.nix +++ b/home/machines/laptop.nix @@ -24,5 +24,25 @@ duskTime = "21:30-22:30"; }; + services.activitywatch = { + enable = true; + watchers = { + aw-watcher-afk = { + package = pkgs.activitywatch; + settings = { + timeout = 300; + poll_time = 2; + }; + }; + aw-watcher-window = { + package = pkgs.activitywatch; + settings = { + poll_time = 1; + # exclude_title = true; + }; + }; + }; + }; + profiles.games.enable = true; }