diff options
author | stuebinm | 2023-04-14 00:41:02 +0200 |
---|---|---|
committer | stuebinm | 2023-04-14 00:41:02 +0200 |
commit | e86a186d2dbf9cc61939e6009c135e4ee6cc7c2c (patch) | |
tree | b2493edc3d042906183d23554a713cbaf49e6042 /home | |
parent | b84e8216a55f514cf51cd579cf1f7f7583728b91 (diff) |
home: yet more newsfeeds
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 65f7a29..64d7f76 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -151,6 +151,9 @@ with import ./newsboat-lib.nix; (btag "https://daniel.haxx.se/blog/feed/" "comp") (btag "https://epicandmonicisnotiso.blogspot.com/atom.xml" "comp") (btag "https://iagoleal.com/rss.xml" "comp") + (btag "https://fef.moe/feed.xml" "comp") + (btag "https://lokereads.home.blog/atom" "books") + (btag "https://www.owlfolio.org/feed" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |