diff options
author | stuebinm | 2024-03-16 20:15:46 +0100 |
---|---|---|
committer | stuebinm | 2024-03-16 20:15:46 +0100 |
commit | ab8dfa026f43802374a012f9f6f0b31a5a62df43 (patch) | |
tree | 5125c2539688e82df4acc423bbef96e4d3cb8939 /home | |
parent | c621e1292bcc02d720fab80660282e75063a5efc (diff) |
home: two new feeds
Diffstat (limited to 'home')
-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") |