diff options
author | stuebinm | 2022-03-17 13:52:40 +0100 |
---|---|---|
committer | stuebinm | 2022-03-17 13:53:19 +0100 |
commit | 58228233f7ce5d5eaceb56bb138e5419aad4700d (patch) | |
tree | b1ca2bda70e62bbfe7c62300c782d8d88e71beee /home | |
parent | 295e51f327b355eab608ebb890aeeaea0ed2b02f (diff) |
home: add rss feed for the n-category café
Diffstat (limited to 'home')
-rw-r--r-- | home/newsboat-public.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 36b78ad..b0091a7 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -94,6 +94,7 @@ with import ./newsboat-lib.nix; (btag "https://amelia.how/feed.xml" "comp") (btag "https://lawrencecpaulson.github.io/feed.xml" "comp") (btag "https://bgamari.github.io/rss.xml" "comp") + (btag "https://golem.ph.utexas.edu/category/atom10.xml" "cat") # videos (vtag "https://media.ccc.de/updates.rdf" "chaos") # Media.CCC.de |