diff options
| author | stuebinm | 2026-07-27 23:16:59 +0200 |
|---|---|---|
| committer | stuebinm | 2026-07-27 23:16:59 +0200 |
| commit | 5ed6906485efc0f1385d7b2eeb6451115dbede61 (patch) | |
| tree | 5f7c98f8f2c2f543f9bbefdf501537e4b0ade333 | |
| parent | 8af693c5cc47fe33f59c55564e2bdd62174d1b26 (diff) | |
home/news: more feeds
| -rw-r--r-- | home/newsboat-public.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 362d9db..3070170 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -4,7 +4,6 @@ with import ./newsboat-lib.nix; # news (ntag "https://thinkmods.store/blogs/news.atom" "tech") (ntag "http://feeds.feedburner.com/Blendernation" "blender") - (ntag "https://puri.sm/feed/" "tech") (ntag "https://events.ccc.de/feed" "chaos") (ntag "https://this-week-in-rust.org/rss.xml" "prog") (ntag "https://weekly.nixos.org/feeds/all.rss.xml" "prog") @@ -77,8 +76,6 @@ with import ./newsboat-lib.nix; (btag "https://www.haskellforall.com/feeds/posts/default" "comp") (btag "http://conal.net/blog/feed" "comp") (btag "https://michael.stapelberg.ch/posts/tags/distri/feed.xml" "comp") - (btag "https://mattermost.com/blog/category/releases/feed/" "security") - (btag "https://mattermost.com/security-updates/feed/" "security") (btag "https://ionathan.ch/feed.xml" "comp") (btag "https://wingolog.org/feed/atom" "comp") (btag "https://os.phil-opp.com/rss.xml" "comp") @@ -223,6 +220,14 @@ with import ./newsboat-lib.nix; (btag "https://jonworth.eu/feed/" "trains") (btag "https://vulpinecitrus.info/blog/atom.xml" "comp") (btag "https://www.jonmsterling.com/019X/atom.xml" "maths") + (btag "https://www.scottsmitelli.com/index.xml" "comp") + (btag "https://asta.boserup.eu/forest/fragments/atom.xml" "friends") + (btag "https://www.typography.com/rss/blog" "type") + (btag "https://rdnlsmith.com/index.xml" "comp") + (btag "https://blog.glyphdrawing.club/feed.xml" "type") + (btag "https://shadycharacters.co.uk/feed.xml" "type") + (btag "https://compilercrim.es/rss.xml" "comp") + (btag "https://www.math.columbia.edu/~woit/wordpress/atom.xml" "physics") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |
