From b1714c336bc63cb5bb8f7501f1ff8bef93b026c9 Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Fri, 3 Nov 2023 00:10:52 +0100
Subject: home: yet more feeds

---
 home/newsboat-public.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix
index 87a87ea..dd9c5f0 100644
--- a/home/newsboat-public.nix
+++ b/home/newsboat-public.nix
@@ -23,6 +23,7 @@ with import ./newsboat-lib.nix;
   (ntag "https://press.nmbs.be/feed" "trains")
   (btag "https://rustmagazine.org/feed.xml" "comp")
   (ntag "https://libera.chat/atom.xml" "irc")
+  (ntag "https://guix.gnu.org/feeds/blog.atom" "comp")
   
   # blogs
   (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate")
@@ -178,6 +179,11 @@ with import ./newsboat-lib.nix;
   (btag "https://www.dianeduane.com/outofambit/feed/" "books")
   (btag "https://going-medieval.com/atom.xml" "history")
   (btag "https://blog.briancmoses.com/atom.xml" "comp")
+  (btag "https://orlp.net/blog/atom.xml" "comp")
+  (btag "https://alternativebit.fr/posts/index.xml" "comp")
+  (btag "https://sdomi.pl/weblog/atom/" "comp")
+  (btag "https://liberda.nl/atom.xml" "comp")
+  (btag "https://hann.io/feed" "comp")
 
   # paper
   (btag "http://arxiv.org/rss/cs.PL" "paper")
-- 
cgit v1.2.3