diff options
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index dd9c5f0..435903d 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -24,6 +24,7 @@ with import ./newsboat-lib.nix; (btag "https://rustmagazine.org/feed.xml" "comp") (ntag "https://libera.chat/atom.xml" "irc") (ntag "https://guix.gnu.org/feeds/blog.atom" "comp") + (ntag "https://www.latex-project.org/feed.xml" "comp") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -184,6 +185,7 @@ with import ./newsboat-lib.nix; (btag "https://sdomi.pl/weblog/atom/" "comp") (btag "https://liberda.nl/atom.xml" "comp") (btag "https://hann.io/feed" "comp") + (btag "https://blog.khinsen.net/feeds/all.rss.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |