From 6befb22a595a6c6a80f9ff07d14ac522c2b8ee4c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 17 Oct 2025 12:43:44 +0200 Subject: [PATCH] worlds calendar --- home-modules/calendar.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home-modules/calendar.nix b/home-modules/calendar.nix index 0ae3cd7..596d326 100644 --- a/home-modules/calendar.nix +++ b/home-modules/calendar.nix @@ -47,6 +47,13 @@ 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 = "Feiertage Hessen"; url = "https://ics.tools/Feiertage/hessen.ics";