2.home-manager/tests/modules/programs/comodoro/expected.toml
Austin Horstman 1e313820a3 treewide: adapt toml generator changes
Upstream formatter change in
https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
2026-05-02 20:19:12 -05:00

14 lines
277 B
TOML

[test-preset]
on-server-start = 'echo server started'
on-timer-stop = 'echo timer stopped'
on-work-begin = 'echo work cycle began'
tcp-host = 'localhost'
tcp-port = 8080
[[test-preset.cycles]]
duration = 1500
name = 'Work'
[[test-preset.cycles]]
duration = 500
name = 'Rest'