diff options
author | stuebinm | 2022-11-12 23:58:16 +0100 |
---|---|---|
committer | stuebinm | 2022-11-12 23:58:16 +0100 |
commit | 96183551d5180242d498ed979ed750cde4ce93a6 (patch) | |
tree | b2a8c1d46e7d3f42878b4be289fe87517d6ebe5f | |
parent | 6853b94010ebde6de7472e858effc58960ebfdcf (diff) |
home/news: more feeds
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index aa613ee..02b2e3e 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -112,6 +112,8 @@ with import ./newsboat-lib.nix; (btag "https://jmtd.net/log/index.atom" "comp") (btag "https://nnethercote.github.io/feed" "comp") (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") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |