From eea80b575dd7e077c44d5a9119a9547e85d7ad6b Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 8 Jan 2023 05:28:15 +0000 Subject: [PATCH] feeds: disable dilbert (it doesn't embed well) --- hosts/common/feeds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index eabe3941e..f821a5c35 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -139,7 +139,7 @@ let images = [ (mkImg "https://www.smbc-comics.com/comic/rss" // humor // daily) (mkImg "https://xkcd.com/atom.xml" // humor // daily) - (mkImg "http://dilbert.com/feed" // humor // daily) + # (mkImg "http://dilbert.com/feed" // humor // daily) # ART (mkImg "https://miniature-calendar.com/feed" // art // daily)