diff --git a/home-manager/home.nix b/home-manager/home.nix index b019547..018d4e5 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -361,48 +361,22 @@ in newsboat = { enable = true; urls = [ - { - url = "https://loadingartist.com/index.xml"; - } - { - url = "https://deadvey.com/blogs/feed.xml"; - } - { - url = "https://explosm.net/rss.xml"; - } - { - url = "https://letterboxd.com/besscuit/rss/"; - } - { - url = "https://www.oglaf.com/feeds/rss/"; - } - { - url = "http://sdomi.pl/weblog/atom/"; - } - { - url = "https://feeds.fireside.fm/thelinuxcast/rss"; - } - { - url = "https://warandpeas.com/rss"; - } - { - url = "https://www.cyberciti.com/feed/"; - } - { - url = "https://www.cyberciti.com/atom/atom.xml"; - } - { - url = "https://ploum.net/atom_en.xml"; - } - { - url = "https://onegianthand.com/rss"; - } - { - url = "https://thedevilspanties.com/rss"; - } - { - url = "https://turnoff.us/feed.xml"; - } + { url = "----------- Blogs -------------"; } + { url = "https://ploum.net/atom_en.xml"; } + { url = "https://deadvey.com/blogs/feed.xml"; } + { url = "https://letterboxd.com/besscuit/rss/"; } + { url = "http://sdomi.pl/weblog/atom/"; } + { url = "https://feeds.fireside.fm/thelinuxcast/rss"; } + { url = "https://www.cyberciti.com/feed/"; } + { url = "https://www.cyberciti.com/atom/atom.xml"; } + { url = "----------- Comics -------------"; } + { url = "https://explosm.net/rss.xml"; } + { url = "https://onegianthand.com/rss"; } + { url = "https://thedevilspanties.com/rss"; } + { url = "https://turnoff.us/feed.xml"; } + { url = "https://loadingartist.com/index.xml"; } + { url = "https://warandpeas.com/rss"; } + { url = "https://www.oglaf.com/feeds/rss/"; } ]; }; wpaperd = {