From 4b93a5fbcc805d9b610f9f10961c052778bb268f Mon Sep 17 00:00:00 2001 From: vv01f Date: Thu, 30 Jun 2022 19:13:50 +0200 Subject: [PATCH] add gefilte fest --- 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 8dd7376f..523f0681 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -141,6 +141,10 @@ with lib; url = "https://spaceboyz.net/~astro/KlimacampDresden.ics"; color = "#7B996A"; }; + gefilte-fest-dresden = { + url = "http://gefilte-fest-dresden.de/feed/my-calendar-google/"; + color = "#4B693A"; + }; }; }; };