Add work "Other" calendar
This commit is contained in:
parent
03ab779d26
commit
bc0ce002b2
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue