From 274945f95164ae8ad7b7f5cddf9b7dea1954659a Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 1 Jul 2022 03:11:33 +0200 Subject: [PATCH] ticker: add impact-hub --- 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 5e305dc0..254aeccb 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -153,6 +153,10 @@ with lib; url = "https://scrape.hq.c3d2.de/azconni.ics"; color = "#CF3F00"; }; + impact-hub = { + url = "https://dresden.impacthub.net/calendar/liste/?hide_subsequent_recurrences=0&ical=1"; + color = "#3F2FCF"; + }; }; }; };