From ed74ebac4e7bda7a2d46172233fb8b0af87fdfe3 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 18 Nov 2025 16:01:05 +0100 Subject: [PATCH] calendar update --- home-modules/calendar.nix | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) 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";