From 53bbd20d706054a317b293e77618a9a1050deeb1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Oct 2023 15:12:19 +0100 Subject: [PATCH] Disable colour sync for outlook, set manually in vdir --- home/accounts/calendar.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/accounts/calendar.nix b/home/accounts/calendar.nix index e8c43286..22d1cb86 100644 --- a/home/accounts/calendar.nix +++ b/home/accounts/calendar.nix @@ -36,7 +36,6 @@ }; khal = { inherit (vdirsyncer) enable; - color = "dark magenta"; type = "discover"; }; }; @@ -53,12 +52,10 @@ vdirsyncer = { enable = lib.mkDefault emailConfig.mbsync.enable; collections = [ "Work" "Operations" ]; - metadata = [ "color" "displayname" ]; - itemTypes = [ "VEVENT" ]; + metadata = [ "displayname" ]; }; khal = { inherit (vdirsyncer) enable; - color = "dark cyan"; type = "discover"; }; };