diff --git a/home-modules/calendar.nix b/home-modules/calendar.nix index e4104ce..b962ccc 100644 --- a/home-modules/calendar.nix +++ b/home-modules/calendar.nix @@ -33,13 +33,13 @@ read-only = true; type = "ics"; } - # { - # name = "LEC"; - # url = "https://${domain}/lec.ics"; - # color = "#A87000"; - # read-only = true; - # type = "ics"; - # } + { + name = "LEC"; + url = "https://${domain}/lec.ics"; + color = "#A87000"; + read-only = true; + type = "ics"; + } { name = "Feiertage Hessen"; url = "https://ics.tools/Feiertage/hessen.ics";