mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add ActivityWatch service
This commit is contained in:
parent
21e157d328
commit
03c89e3b74
@ -50,6 +50,15 @@ in
|
||||
layout_dir = builtins.toString ./config/zellij/layouts;
|
||||
};
|
||||
|
||||
# Self-inflicted telemetry.
|
||||
services.activitywatch = {
|
||||
enable = true;
|
||||
watchers = {
|
||||
aw-watcher-afk.package = pkgs.activitywatch;
|
||||
aw-watcher-window.package = pkgs.activitywatch;
|
||||
};
|
||||
};
|
||||
|
||||
# My preferred file indexing service.
|
||||
services.recoll = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user