1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 10:47:02 +00:00
home-manager/tests/modules/services/activitywatch/empty-server-settings.nix
2025-02-21 23:20:07 -06:00

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
'';
}