1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/services/activitywatch/empty-server-settings.nix

11 lines
303 B
Nix
Raw Normal View History

2023-08-04 19:56:37 +08:00
{
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
'';
}