depot/third_party/home-manager/tests/modules/services/activitywatch/empty-server-settings.nix
Default email 4d19ca4703 Project import generated by Copybara.
GitOrigin-RevId: a7117efb3725e6197dd95424136f79147aa35e5b
2024-06-04 11:23:39 -07:00

14 lines
348 B
Nix

{ ... }:
{
services.activitywatch.enable = true;
test.stubs.activitywatch = { };
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
'';
}