diff --git a/home-modules/calendar.nix b/home-modules/calendar.nix index 35cc933..e4104ce 100644 --- a/home-modules/calendar.nix +++ b/home-modules/calendar.nix @@ -33,27 +33,13 @@ read-only = true; type = "ics"; } - { - name = "LEC"; - url = "https://${domain}/lec.ics"; - color = "#A87000"; - read-only = true; - type = "ics"; - } - { - name = "LR"; - url = "https://${domain}/lr.ics"; - color = "#005040"; - read-only = true; - type = "ics"; - } - { - name = "Worlds"; - url = "https://zlypher.github.io/lol-events/cal/league-of-legends-world-championship.ical"; - color = "#A4C3DE"; - 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";