From b23cc9ce7c0f7e515b16438a7f5617662f99a5d6 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 12 Jan 2026 03:01:11 +0100 Subject: [PATCH] LEC --- home-modules/calendar.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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";