MyNixOS website logo
option

services.activitywatch.watchers.<name>.settings

The settings for the individual watcher in TOML format. If set, a file will be generated at $XDG_CONFIG_HOME/activitywatch/$NAME/$FILENAME.

To set the basename of the settings file, see .

Declarations
Type
TOML value
Default
{ }
Example
{
  poll_time = 2;
  timeout = 300;
}