diff options
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 62ab17b..d26b95e 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -26,6 +26,7 @@ with import ./newsboat-lib.nix; (ntag "https://guix.gnu.org/feeds/blog.atom" "comp") (ntag "https://www.latex-project.org/feed.xml" "comp") (ntag "https://git.github.io/feed.xml" "comp") + (ntag "https://www.gdl.de/feed.rss" "trains") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -194,6 +195,7 @@ with import ./newsboat-lib.nix; (btag "https://forgejo.org/rss.xml" "comp") (btag "https://xoranth.net/atom.xml" "comp") (btag "https://leona.is/atom.xml" "friends") + (btag "https://computer.rip/rss.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |