diff options
author | stuebinm | 2023-05-04 18:39:35 +0200 |
---|---|---|
committer | stuebinm | 2023-05-04 18:39:35 +0200 |
commit | 31e6951734dfde0d25210c1d628c9d6b77842b68 (patch) | |
tree | c7402b1657ae4cd63fe474736747fe31fe1b3db4 | |
parent | 964c8ad9c06eb6a23d4d590c7aec6e2e6eaed47c (diff) |
home: more feeds
Diffstat (limited to '')
-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 97e154a..ec77f39 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -155,6 +155,9 @@ with import ./newsboat-lib.nix; (btag "https://www.owlfolio.org/feed" "comp") (btag "https://undefinedbehavior.de/feeds/atom.xml" "comp") (btag "https://eno.space/blog/feed.xml" "comp") + (btag "https://www.lilysthings.org/blog/rss.xml" "comp") + (btag "https://margau.net/posts/index.xml" "chaos") + (btag "https://x.st/atom.xml" "math") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |