diff options
author | stuebinm | 2023-01-05 22:45:30 +0100 |
---|---|---|
committer | stuebinm | 2023-01-05 22:45:30 +0100 |
commit | a4fda580f377928a0e84b40bc80bafa1d876fc7c (patch) | |
tree | d3ea27db0cbd090a41c6f7ef82e862e93f30a1b9 | |
parent | 7b3e417ea9ac32556884c27e1954fc11f586e407 (diff) |
home: a few more feeds
-rw-r--r-- | home/newsboat-public.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 896e222..e84d890 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -66,6 +66,7 @@ with import ./newsboat-lib.nix; (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/rss" "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") @@ -119,6 +120,8 @@ with import ./newsboat-lib.nix; (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") + (btag "https://rustmagazine.github.io/feed.xml" "comp") + (btag "https://webzine.nixos.cafe/atom.xml") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |