diff options
author | stuebinm | 2024-12-05 01:08:56 +0100 |
---|---|---|
committer | stuebinm | 2024-12-05 01:08:56 +0100 |
commit | d0a9ffee08c0c9bfe2ab9238d56b8409f6d4501a (patch) | |
tree | 96b459d542160cef4816529b97c964147086df0a /home | |
parent | 4e1b54061515e2b2c16ba6f773eb5ebedbf2340b (diff) |
home/news: new feeds
Diffstat (limited to 'home')
-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 8216b14..acbc281 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -30,6 +30,7 @@ with import ./newsboat-lib.nix; (ntag "https://www.transformativeworks.org/feed" "fandom") (ntag "https://haskell.github.io/security-advisories/atom.xml" "comp") (ntag "https://blog.haskell.org/atom.xml" "comp") + (ntag "https://mastodon.social/@opentrainticketing.rss" "trains") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -209,6 +210,9 @@ with import ./newsboat-lib.nix; (btag "https://www.rntz.net/blog/atom.xml" "comp") (btag "https://realdougwilson.com/feed.xml" "fonts") (btag "https://feeds.feedburner.com/balpha" "fonts") + (btag "https://lambdaland.org/index.xml" "comp") + (btag "https://iliana.fyi/atom.xml" "comp") + (btag "https://artemis.sh/feed.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |