mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
15 lines
264 B
Text
15 lines
264 B
Text
|
{
|
||
|
"Calendars": [
|
||
|
{
|
||
|
"Url": "https://example.com/events.ical"
|
||
|
},
|
||
|
{
|
||
|
"PasswordCmd": "pass show calendar",
|
||
|
"Url": "https://cal.example.com/anton/work",
|
||
|
"Username": "anton"
|
||
|
}
|
||
|
],
|
||
|
"DefaultNumDays": 30,
|
||
|
"Timezone": "Local"
|
||
|
}
|