diff options
author | stuebinm | 2023-04-10 19:32:39 +0200 |
---|---|---|
committer | stuebinm | 2023-04-10 19:32:39 +0200 |
commit | 4e4eaf4838bbd45393d7a19ad182c8d4c076b043 (patch) | |
tree | 3118d127d21a09dc0caac8481180969986c6d9fc | |
parent | be6ecff91eb77ab45c16321093ea5b2274560f38 (diff) |
home: some more feeds
-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 54e48cc..65f7a29 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -149,6 +149,8 @@ with import ./newsboat-lib.nix; (btag "https://leahneukirchen.org/trivium/index.atom" "comp") (btag "https://leahneukirchen.org/blog/index.atom" "comp") (btag "https://daniel.haxx.se/blog/feed/" "comp") + (btag "https://epicandmonicisnotiso.blogspot.com/atom.xml" "comp") + (btag "https://iagoleal.com/rss.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |