implemented config for pimutils. TODO: list of programs needed is starting to become large. For example, this commit introduces the reqirement of a pass password store. make some documentation.
This commit is contained in:
parent
baa1ff01ce
commit
a9a3a93a7d
5 changed files with 134 additions and 0 deletions
16
khal/.config/khal/config
Normal file
16
khal/.config/khal/config
Normal file
|
@ -0,0 +1,16 @@
|
|||
[calendars]
|
||||
|
||||
[[nextcloud_calendar_local]]
|
||||
path = ~/.calendars/*
|
||||
type = discover
|
||||
|
||||
[[nextcloud_contacts_local]]
|
||||
path = ~/.contacts/*
|
||||
type = discover
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %Y-%m-%d
|
||||
longdateformat = %Y-%m-%d
|
||||
datetimeformat = %Y-%m-%d %H:%M
|
||||
longdatetimeformat = %Y-%m-%d %H:%M
|
Loading…
Add table
Add a link
Reference in a new issue