Disable colour sync for outlook, set manually in vdir

This commit is contained in:
Evie Litherland-Smith 2023-10-11 15:12:19 +01:00
parent e40bcc9732
commit 53bbd20d70

View file

@ -36,7 +36,6 @@
}; };
khal = { khal = {
inherit (vdirsyncer) enable; inherit (vdirsyncer) enable;
color = "dark magenta";
type = "discover"; type = "discover";
}; };
}; };
@ -53,12 +52,10 @@
vdirsyncer = { vdirsyncer = {
enable = lib.mkDefault emailConfig.mbsync.enable; enable = lib.mkDefault emailConfig.mbsync.enable;
collections = [ "Work" "Operations" ]; collections = [ "Work" "Operations" ];
metadata = [ "color" "displayname" ]; metadata = [ "displayname" ];
itemTypes = [ "VEVENT" ];
}; };
khal = { khal = {
inherit (vdirsyncer) enable; inherit (vdirsyncer) enable;
color = "dark cyan";
type = "discover"; type = "discover";
}; };
}; };