From d359d0dda15b56e9d0ce75b529fbf63e250d6faa Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Fri, 24 Mar 2023 11:15:16 +0100 Subject: [PATCH] Update RSS feeds --- modules/apps/newsboat.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/apps/newsboat.nix b/modules/apps/newsboat.nix index 9dd688d..a456a66 100644 --- a/modules/apps/newsboat.nix +++ b/modules/apps/newsboat.nix @@ -183,6 +183,12 @@ in { url = "https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A"; } + { + title = "Phoronix"; + tags = [ "news" "linux" "hardware" ]; + url = "https://www.phoronix.com/rss.php"; + } + { title = "PostmodernJukebox"; tags = [ "video" "music" ]; @@ -191,12 +197,12 @@ in { } { title = "r/NixOS"; - tags = [ "video" "linux" "reddit" ]; + tags = [ "reddit" "linux" ]; url = "https://www.reddit.com/r/NixOS.rss"; } { title = "r/Scala"; - tags = [ "video" "linux" "programming" ]; + tags = [ "reddit" "programming" ]; url = "https://www.reddit.com/r/Scala.rss"; } {