diff options
author | stuebinm | 2023-08-03 16:32:08 +0200 |
---|---|---|
committer | stuebinm | 2023-08-03 16:32:08 +0200 |
commit | dfec82d829a8d70cccca3648df615182725f8969 (patch) | |
tree | 5e2ea1c8766dbd9faec89e8228797590cc6359a2 /home | |
parent | 0ce51a0048d37ddcdeb8497bfcfc71b1dfb25655 (diff) |
home: more feeds
Diffstat (limited to 'home')
-rw-r--r-- | home/newsboat-public.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 5ebddaf..11df388 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -20,6 +20,8 @@ with import ./newsboat-lib.nix; (ntag "https://git.infra4future.de/hacc/haccfiles.rss" "git") (ntag "https://liputenpo.org/feed" "tok") (ntag "https://matrix.org/atom.xml" "matrix") + (ntag "https://press.nmbs.be/feed" "trains") + (btag "https://rustmagazine.org/feed.xml" "comp") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -167,6 +169,7 @@ with import ./newsboat-lib.nix; (btag "https://ryan.freumh.org/rss.xml" "comp") (btag "https://martin.leyrer.priv.at/index.completerss20" "comp") (btag "https://xorvoid.com/rss.xml" "comp") + (btag "https://ploum.net/atom.xml" "comp") # paper |