1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(khal): config format changed with 4.0.0

This commit is contained in:
2021-12-06 13:53:42 +01:00
parent a7a103c853
commit ec175ef3d7

View File

@@ -59,13 +59,12 @@ in
skip_unparsable = no
'';
"todoman/todoman.conf".text = ''
[main]
path = ${davHome}/calendar/*
date_format = %Y-%m-%d
time_format = %H:%M
"todoman/config.py".text = ''
path = "${davHome}/calendar/*"
date_format = "%Y-%m-%d"
time_format = "%H:%M"
default_due = 0
default_list = Personal
default_list = "Personal"
startable = True
'';