From 8651f934035896948959bf0f303706aa612ea0fe Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 17 Apr 2025 21:48:03 +0800 Subject: [PATCH] feat(glance): add this week in rust rss feed --- configs/services/glance.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/services/glance.nix b/configs/services/glance.nix index 1950579..c383383 100644 --- a/configs/services/glance.nix +++ b/configs/services/glance.nix @@ -1,5 +1,5 @@ let - glancePort = 8080; + glancePort = 1227; homeColumn = { size = "full"; widgets = [ @@ -30,6 +30,10 @@ let title = "selfh.st"; url = "https://selfh.st/rss/"; } + { + title = "This Week in Rust"; + url = "https://this-week-in-rust.org/rss.xml"; + } ]; } ];