From 254e435dde101507a3c8921f25615ecc4d9c2689 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 19 May 2023 17:33:14 +0200 Subject: [PATCH] vdirsyncer: Add todoman --- users/simon/modules/vdirsyncer.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + ''; }; }