1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 21:03:27 +02:00
home-manager/tests/modules/programs/qcal/mixed.json-expected
2023-08-22 18:09:05 +02:00

15 lines
264 B
Plaintext

{
"Calendars": [
{
"Url": "https://example.com/events.ical"
},
{
"PasswordCmd": "pass show calendar",
"Url": "https://cal.example.com/anton/work",
"Username": "anton"
}
],
"DefaultNumDays": 30,
"Timezone": "Local"
}