Add extra work calendar for operations

This commit is contained in:
Evie Litherland-Smith 2023-10-11 09:42:03 +01:00
parent ceeec02b05
commit 6e405765c0

View file

@ -52,7 +52,7 @@
};
vdirsyncer = {
enable = lib.mkDefault emailConfig.mbsync.enable;
collections = [ "Work" ];
collections = [ "Work" "Operations" ];
metadata = [ "color" "displayname" ];
itemTypes = [ "VEVENT" ];
};