feat(newsboat): add more blogs
Add neeasade's and fasterthanlimes blog.
This commit is contained in:
parent
1d1761bd35
commit
c181822dcc
1 changed files with 2 additions and 0 deletions
|
@ -20,7 +20,9 @@
|
||||||
urls = lib.mapAttrsToList (title: url: {inherit title url;}) {
|
urls = lib.mapAttrsToList (title: url: {inherit title url;}) {
|
||||||
drew = "https://drewdevault.com/blog/index.xml";
|
drew = "https://drewdevault.com/blog/index.xml";
|
||||||
emersion = "https://emersion.fr/blog/atom.xml";
|
emersion = "https://emersion.fr/blog/atom.xml";
|
||||||
|
fasterthanlime = "https://fasterthanli.me/index.xml";
|
||||||
matklad = "https://matklad.github.io/feed.xml";
|
matklad = "https://matklad.github.io/feed.xml";
|
||||||
|
neeasade = "https://notes.neeasade.net/rss_full.xml";
|
||||||
sammyette = "https://sammy.is-a.dev/blog/index.xml";
|
sammyette = "https://sammy.is-a.dev/blog/index.xml";
|
||||||
xkcd = "https://xkcd.com/rss.xml";
|
xkcd = "https://xkcd.com/rss.xml";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue