diff options
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") |