Fix calendar typo, add colours

This commit is contained in:
Evie Litherland-Smith 2023-10-10 18:55:45 +01:00
parent 46371470ee
commit 3ba11965ef

View file

@ -17,7 +17,7 @@
nextcloud = rec {
inherit local;
primary = lib.mkDefault true;
primaryCollection = "Personal";
primaryCollection = "personal";
remote = {
type = "caldav";
url = "https://cloud.xenia.me.uk/remote.php/dav";
@ -36,6 +36,7 @@
};
khal = {
inherit (vdirsyncer) enable;
color = "dark magenta";
type = "discover";
};
};
@ -57,6 +58,7 @@
};
khal = {
inherit (vdirsyncer) enable;
color = "dark cyan";
type = "discover";
};
};