diff options
author | stuebinm | 2024-08-12 17:40:45 +0200 |
---|---|---|
committer | stuebinm | 2024-08-12 17:40:45 +0200 |
commit | a8da42fe1919281ef36f3b26fa8799597b28256d (patch) | |
tree | ceb93cae1ab574e5c0203477c38b67e4d8533562 | |
parent | 8d7a2be2f9cfcc7ef8d4f78218ba367eb4df16c0 (diff) |
home: 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 ca75c5e..1bd5bcb 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -28,6 +28,7 @@ with import ./newsboat-lib.nix; (ntag "https://git.github.io/feed.xml" "comp") (ntag "https://www.gdl.de/feed.rss" "trains") (ntag "https://www.transformativeworks.org/feed" "fandom") + (ntag "https://haskell.github.io/security-advisories/atom.xml" "comp") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -201,6 +202,9 @@ with import ./newsboat-lib.nix; (btag "https://nanmu.me/en/posts/index.xml" "comp") (btag "https://forgejo.org/releases/rss.xml" "comp") (btag "https://ludic.mataroa.blog/rss/" "comp") + (btag "https://blog.poisson.chat/rss.xml" "comp") + (btag "https://blog.nadja.top/feed.rss" "hardware") + (btag "https://matttproud.com/blog/index.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |