diff options
-rw-r--r-- | home/newsboat-public.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 04378eb..896e222 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -17,6 +17,7 @@ with import ./newsboat-lib.nix; (jtag "https://decorrespondent.nl/feed/v1/publications" "pol") (jtag "https://solar.lowtechmagazine.com/feeds/all-en.atom.xml" "tech") (btag "https://www.omgubuntu.co.uk/feed" "tech") + (ntag "https://git.infra4future.de/hacc/haccfiles.rss" "git") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -114,6 +115,10 @@ with import ./newsboat-lib.nix; (btag "https://www.ralfj.de/blog/feed.xml" "comp") (btag "https://www.climate-lab-book.ac.uk/feed/" "sci") (btag "https://coffeeadastra.com/feed/" "food") + (btag "https://buttondown.email/hillelwayne/rss" "comp") + (btag "https://blattspinat.com/index.php/feeds/rss" "whatever") + (btag "https://janneinosaka.blogspot.com/feeds/posts/default" "whatever") + (btag "https://experimentalhistory.substack.com/feed.xml" "soc") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |