calendar colors

This commit is contained in:
Henri Dohmen 2025-10-16 21:28:15 +02:00
parent fba6c64d00
commit d7b51576a1
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -70,21 +70,23 @@ in
primary = true; primary = true;
thunderbird = { thunderbird = {
enable = true; enable = true;
color = "#DC8ADD";
}; };
remote = { remote = {
type = "caldav"; type = "caldav";
url = "https://posteo.de:8443/calendars/henridohmen/default"; url = "https://posteo.de:8443/calendars/henridohmen/default";
userName = "henridohmen@posteo.com"; userName = "henridohmen";
}; };
}; };
"Uni" = { "Uni" = {
thunderbird = { thunderbird = {
enable = true; enable = true;
color = "#FFBE6F";
}; };
remote = { remote = {
type = "caldav"; type = "caldav";
url = "https://posteo.de:8443/calendars/henridohmen/zqrobi"; url = "https://posteo.de:8443/calendars/henridohmen/zqrobi";
userName = "henridohmen@posteo.com"; userName = "henridohmen";
}; };
}; };
}; };