Update RSS feeds

This commit is contained in:
Paul-Henri Froidmont 2023-03-24 11:15:16 +01:00
parent 70f3e0a538
commit d359d0dda1
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -183,6 +183,12 @@ in {
url = url =
"https://www.youtube.com/feeds/videos.xml?channel_id=UCoxcjq-8xIDTYp3uz647V5A"; "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"; title = "PostmodernJukebox";
tags = [ "video" "music" ]; tags = [ "video" "music" ];
@ -191,12 +197,12 @@ in {
} }
{ {
title = "r/NixOS"; title = "r/NixOS";
tags = [ "video" "linux" "reddit" ]; tags = [ "reddit" "linux" ];
url = "https://www.reddit.com/r/NixOS.rss"; url = "https://www.reddit.com/r/NixOS.rss";
} }
{ {
title = "r/Scala"; title = "r/Scala";
tags = [ "video" "linux" "programming" ]; tags = [ "reddit" "programming" ];
url = "https://www.reddit.com/r/Scala.rss"; url = "https://www.reddit.com/r/Scala.rss";
} }
{ {