Add work "Other" calendar

This commit is contained in:
Evie Litherland-Smith 2023-12-19 15:06:07 +00:00
parent 03ab779d26
commit bc0ce002b2

View file

@ -60,7 +60,7 @@
}; };
vdirsyncer = { vdirsyncer = {
enable = lib.mkDefault emailConfig.mbsync.enable; enable = lib.mkDefault emailConfig.mbsync.enable;
collections = [ "Work" "Network" "Operations" ]; collections = [ "Work" "Network" "Operations" "Other" ];
}; };
khal = { khal = {
inherit (vdirsyncer) enable; inherit (vdirsyncer) enable;