diff options
author | stuebinm | 2023-05-11 14:38:17 +0200 |
---|---|---|
committer | stuebinm | 2023-05-11 14:38:17 +0200 |
commit | c79031514fa954fe6681732e23ea43f6225c9e83 (patch) | |
tree | 923d7ef232f40a36c5d4a215fcb3bbbb2f84223a | |
parent | e5e4952ec52084389e742924107245c9101d9c46 (diff) |
home: feeds, again
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index ec77f39..7979e61 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -5,7 +5,7 @@ with import ./newsboat-lib.nix; (ntag "https://thinkmods.store/blogs/news.atom" "tech") (ntag "http://feeds.feedburner.com/Blendernation" "blender") (ntag "https://puri.sm/feed/" "tech") - (ntag "https://events.ccc.de" "chaos") + (ntag "https://events.ccc.de/feed" "chaos") (ntag "https://this-week-in-rust.org/rss.xml" "prog") (ntag "https://weekly.nixos.org/feeds/all.rss.xml" "prog") (ntag "https://haskellweekly.news/newsletter.atom" "prog") @@ -158,6 +158,7 @@ with import ./newsboat-lib.nix; (btag "https://www.lilysthings.org/blog/rss.xml" "comp") (btag "https://margau.net/posts/index.xml" "chaos") (btag "https://x.st/atom.xml" "math") + (btag "https://blog.kvb-koeln.de/feed" "trains") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |