mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 18:57:22 +00:00
11 lines
303 B
Nix
11 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
|
||
|
'';
|
||
|
}
|