nix: Make nix the root
Which means now I'll have to think about real prefixes in commit names.
This commit is contained in:
parent
550eed06e0
commit
ee178b7d57
190 changed files with 5 additions and 6 deletions
34
unprocessed/config/khal/config
Normal file
34
unprocessed/config/khal/config
Normal file
|
@ -0,0 +1,34 @@
|
|||
[calendars]
|
||||
[[calendars]]
|
||||
path = ~/.cache/vdirsyncer/calendars/*
|
||||
type = discover
|
||||
|
||||
# [[birthdays]]
|
||||
# type=birthdays
|
||||
# path = ~/.cache/vdirsyncer/contacts/contacts/
|
||||
# color = light magenta
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d/%m
|
||||
longdateformat = %d/%m/%Y
|
||||
datetimeformat = %d/%m %H:%M
|
||||
longdatetimeformat = %d/%m/%Y %H:%M
|
||||
local_timezone = Europe/Paris
|
||||
|
||||
[default]
|
||||
default_calendar = "Personnel"
|
||||
default_command = calendar
|
||||
highlight_event_days = True
|
||||
show_all_days = True
|
||||
timedelta = 7d
|
||||
|
||||
[highlight_days]
|
||||
|
||||
[view]
|
||||
agenda_day_format = "{bold}{name}, {date-long}{reset}"
|
||||
agenda_event_format = "{calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} | {location}{reset}"
|
||||
bold_for_light_color = False
|
||||
event_format = "{calendar-color}{cancelled}{start}-{end} {title}{repeat-symbol} | {location}{reset}"
|
||||
event_view_always_visible = True
|
||||
frame = color
|
Loading…
Add table
Add a link
Reference in a new issue