Add extra work calendar for operations
This commit is contained in:
parent
ceeec02b05
commit
6e405765c0
|
@ -52,7 +52,7 @@
|
||||||
};
|
};
|
||||||
vdirsyncer = {
|
vdirsyncer = {
|
||||||
enable = lib.mkDefault emailConfig.mbsync.enable;
|
enable = lib.mkDefault emailConfig.mbsync.enable;
|
||||||
collections = [ "Work" ];
|
collections = [ "Work" "Operations" ];
|
||||||
metadata = [ "color" "displayname" ];
|
metadata = [ "color" "displayname" ];
|
||||||
itemTypes = [ "VEVENT" ];
|
itemTypes = [ "VEVENT" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue