Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 254e435dde
vdirsyncer: Add todoman 2023-05-19 17:33:14 +02:00
Simon Bruder 73d16d3f09
vueko/mail: Add alias 2023-05-18 12:43:56 +02:00
2 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,7 @@ in
home.packages = with pkgs; [
khal
khard
todoman
vdirsyncer
];
@ -149,5 +150,12 @@ in
search_in_source_files = no
skip_unparsable = no
'';
"todoman/config.py".text = /* python */ ''
path = "${calendarBasePath}/personal/*"
date_format = "%Y-%m-%d"
time_format = "%H:%M"
default_priority = 5
'';
};
}