diff options
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 ae485b5..fc51b45 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -99,6 +99,9 @@ with import ./newsboat-lib.nix; (btag "https://thma.github.io/atom.xml" "comp") (btag "https://tech.freckle.com/feed" "comp") (btag "https://typesanitizer.com/blog/rss.xml" "comp") + (btag "https://grossack.site/feed.xml" "math") + (btag "https://model-checking.github.io/kani-verifier-blog/feed.xml" "comp") + (btag "https://jesper.sikanda.be/rss.xml" "math") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |