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 1916529..0302c04 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -31,6 +31,7 @@ with import ./newsboat-lib.nix; (ntag "https://haskell.github.io/security-advisories/atom.xml" "comp") (ntag "https://blog.haskell.org/atom.xml" "comp") (ntag "https://mastodon.social/@opentrainticketing.rss" "trains") + (ntag "https://meta.akkoma.dev/c/releases/7.rss" "security") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -217,6 +218,7 @@ with import ./newsboat-lib.nix; (btag "https://wok.oblomov.eu/index.rss" "comp") (btag "https://antonia.is/rss.xml" "friends") (btag "https://ancientalexandra.weebly.com/3/feed" "hist") + (btag "https://github.com/bookwyrm-social/bookwyrm/releases.atom" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |