enable activitywatch
This commit is contained in:
parent
fd775a7765
commit
6f5c107301
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue