newsboat addes some chanels
This commit is contained in:
parent
a45582ef54
commit
6c1cb9a7ec
|
@ -1,6 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.newsboat = {
|
||||
enable =true;
|
||||
enable = true;
|
||||
browser = "firefox";
|
||||
urls = [
|
||||
{
|
||||
url = "https://vkc.sh/feed/";
|
||||
}
|
||||
{
|
||||
url = "https://lukesmith.xyz/rss.xml";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue