From 2b53f1878b10ab635068cee4a6a6843ed41b5e4c Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 3 Jul 2022 14:36:39 +0200 Subject: [PATCH] ticker: add kursiv feed --- hosts/containers/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index 254aeccb..4235089d 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -157,6 +157,10 @@ with lib; url = "https://dresden.impacthub.net/calendar/liste/?hide_subsequent_recurrences=0&ical=1"; color = "#3F2FCF"; }; + kursiv = { + url = "https://www.kursif.eu/termine/events.ics"; + color = "#6F5FFF"; + }; }; }; };