1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
home-manager/tests/modules/programs/comodoro/expected.toml

14 lines
276 B
TOML
Raw Normal View History

2023-04-14 23:41:51 +02:00
[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"