diff options
author | stuebinm | 2023-01-27 20:35:37 +0100 |
---|---|---|
committer | stuebinm | 2023-01-27 20:35:37 +0100 |
commit | 729ea2f3f2b2835fd8262f17225014a326f237b8 (patch) | |
tree | 3fad49d9d22578f5227fcb34d809220f3ccfcdc9 | |
parent | f8ce4d4e06edcc04ff26b92d3a11305484d14d78 (diff) |
home: some more rss feeds
-rw-r--r-- | home/newsboat-public.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 775bfd6..17661e6 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -122,6 +122,10 @@ with import ./newsboat-lib.nix; (btag "https://experimentalhistory.substack.com/feed.xml" "soc") (btag "https://rustmagazine.github.io/feed.xml" "comp") (btag "https://webzine.nixos.cafe/atom.xml" "comp") + (btag "https://mssprovenance.blogspot.com/feeds/posts/default" "hist") + (btag "http://brandon.si/index.xml" "comp") + (btag "http://intersex.hypotheses.org/feed" "queer") + (btag "https://aperiodical.com/feed/rss/" "maths") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |