diff options
author | stuebinm | 2022-12-19 21:09:21 +0100 |
---|---|---|
committer | stuebinm | 2022-12-19 21:10:32 +0100 |
commit | 5b0e28a50a34f3b211c07cf8ad438b23a313a95d (patch) | |
tree | 812c776124c9f14fc5367308fbf833cf07e7ae5d | |
parent | 7ef380dea51b829030c252c89864b107aece2c49 (diff) |
home: yet more rss feeds
Diffstat (limited to '')
-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") |