enable activitywatch

This commit is contained in:
Daniel Olsen 2024-08-13 02:17:31 +02:00
parent fd775a7765
commit 6f5c107301
1 changed files with 20 additions and 0 deletions

View File

@ -24,5 +24,25 @@
duskTime = "21:30-22:30"; 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; profiles.games.enable = true;
} }