remove newsfeed
This commit is contained in:
parent
a7e509e6aa
commit
69ca4953ee
1 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }: {
|
||||||
{
|
|
||||||
programs.newsboat = {
|
programs.newsboat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoReload = true;
|
autoReload = true;
|
||||||
|
@ -42,7 +41,10 @@
|
||||||
{ url = "https://matklad.github.io/feed.xml"; }
|
{ url = "https://matklad.github.io/feed.xml"; }
|
||||||
{ url = "https://sfconservancy.org/feeds/blog/"; }
|
{ url = "https://sfconservancy.org/feeds/blog/"; }
|
||||||
{ url = "https://sourcehut.org/blog/index.xml"; }
|
{ url = "https://sourcehut.org/blog/index.xml"; }
|
||||||
{ url = "https://openwrt.org/feed.php?type=rss&mode=list&sort=date&ns=advisory&linkto=current&content=html"; }
|
{
|
||||||
|
url =
|
||||||
|
"https://openwrt.org/feed.php?type=rss&mode=list&sort=date&ns=advisory&linkto=current&content=html";
|
||||||
|
}
|
||||||
{ url = "https://nora.codes/index.xml"; }
|
{ url = "https://nora.codes/index.xml"; }
|
||||||
{ url = "http://hackedfrompieces.wordpress.com/feed/"; }
|
{ url = "http://hackedfrompieces.wordpress.com/feed/"; }
|
||||||
{ url = "http://notonlyzeroesandones.site40.net/feed/"; }
|
{ url = "http://notonlyzeroesandones.site40.net/feed/"; }
|
||||||
|
@ -99,7 +101,10 @@
|
||||||
{ url = "http://billmccloskey.wordpress.com/feed/"; }
|
{ url = "http://billmccloskey.wordpress.com/feed/"; }
|
||||||
{ url = "http://sparkleshare.org/feed/"; }
|
{ url = "http://sparkleshare.org/feed/"; }
|
||||||
{ url = "http://osprintingllc.com/feed/"; }
|
{ url = "http://osprintingllc.com/feed/"; }
|
||||||
{ url = "https://forum.openwrt.org/extern.php?action=feed&fid=11&type=rss"; }
|
{
|
||||||
|
url =
|
||||||
|
"https://forum.openwrt.org/extern.php?action=feed&fid=11&type=rss";
|
||||||
|
}
|
||||||
{ url = "http://corgibytes.com/feed.xml"; }
|
{ url = "http://corgibytes.com/feed.xml"; }
|
||||||
{ url = "http://chatolandia.pl/feed/"; }
|
{ url = "http://chatolandia.pl/feed/"; }
|
||||||
{ url = "http://niczsoft.com/feed/"; }
|
{ url = "http://niczsoft.com/feed/"; }
|
||||||
|
@ -107,7 +112,10 @@
|
||||||
{ url = "http://hackaday.com/feed/"; }
|
{ url = "http://hackaday.com/feed/"; }
|
||||||
{ url = "https://blog.uncensoreddns.org/feeds/atom/all/"; }
|
{ url = "https://blog.uncensoreddns.org/feeds/atom/all/"; }
|
||||||
{ url = "http://www.paulallenengineering.com/1/feed"; }
|
{ url = "http://www.paulallenengineering.com/1/feed"; }
|
||||||
{ url = "http://komornik.wroclaw.pl/index.php?option=com_rss&feed=RSS2.0&no_html=1"; }
|
{
|
||||||
|
url =
|
||||||
|
"http://komornik.wroclaw.pl/index.php?option=com_rss&feed=RSS2.0&no_html=1";
|
||||||
|
}
|
||||||
{ url = "https://rachelbythebay.com/w/atom.xml"; }
|
{ url = "https://rachelbythebay.com/w/atom.xml"; }
|
||||||
{ url = "http://sliptonic.com/feed/"; }
|
{ url = "http://sliptonic.com/feed/"; }
|
||||||
{ url = "http://blog.unsecu.re/feeds/posts/default"; }
|
{ url = "http://blog.unsecu.re/feeds/posts/default"; }
|
||||||
|
@ -277,7 +285,6 @@
|
||||||
{ url = "http://www.willowgarage.com/news/feed"; }
|
{ url = "http://www.willowgarage.com/news/feed"; }
|
||||||
{ url = "https://stripe.com/blog/feed.rss"; }
|
{ url = "https://stripe.com/blog/feed.rss"; }
|
||||||
{ url = "http://nakedsecurity.sophos.com/feed/"; }
|
{ url = "http://nakedsecurity.sophos.com/feed/"; }
|
||||||
{ url = "https://www.braintreepayments.com/rss"; }
|
|
||||||
{ url = "http://edri.org/feed/"; }
|
{ url = "http://edri.org/feed/"; }
|
||||||
{ url = "https://ruudvanasseldonk.com/feed.xml"; }
|
{ url = "https://ruudvanasseldonk.com/feed.xml"; }
|
||||||
{ url = "http://www.lowrisc.org//index.xml"; }
|
{ url = "http://www.lowrisc.org//index.xml"; }
|
||||||
|
|
Loading…
Reference in a new issue