mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 10:47:02 +00:00
10 lines
303 B
Nix
10 lines
303 B
Nix
{
|
|
services.activitywatch.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertFileExists home-files/.config/systemd/user/activitywatch.service
|
|
assertFileExists home-files/.config/systemd/user/activitywatch.target
|
|
|
|
assertPathNotExists home-files/.config/activitywatch/aw-server-rust/config.toml
|
|
'';
|
|
}
|