diff --git a/users/simon/modules/vdirsyncer.nix b/users/simon/modules/vdirsyncer.nix index a1c225d..dded2d5 100644 --- a/users/simon/modules/vdirsyncer.nix +++ b/users/simon/modules/vdirsyncer.nix @@ -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 + ''; }; }