newsboat addes some chanels

This commit is contained in:
joy 2024-08-11 16:15:53 +02:00
parent a45582ef54
commit 6c1cb9a7ec

View file

@ -2,5 +2,14 @@
{
programs.newsboat = {
enable = true;
browser = "firefox";
urls = [
{
url = "https://vkc.sh/feed/";
}
{
url = "https://lukesmith.xyz/rss.xml";
}
];
};
}