From 5238012ee5545cc54a827f1ff1ab4fbf04f2a833 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 25 Aug 2025 07:21:21 +0200 Subject: [PATCH] add website links in glance --- machines/genepi/glance-config.nix | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/machines/genepi/glance-config.nix b/machines/genepi/glance-config.nix index cfb09fa..6ae8f80 100644 --- a/machines/genepi/glance-config.nix +++ b/machines/genepi/glance-config.nix @@ -76,6 +76,41 @@ } ]; } + { + type = "monitor"; + cache = "1m"; + title = "Sites"; + sites = [ + { + title = "Lounge"; + url = "https://lounge.home.rpqt.fr"; + icon = "si:html5"; + } + { + title = "Web corner"; + url = "https://rpqt.fr"; + icon = "si:html5"; + } + ]; + } + { + type = "bookmarks"; + groups = [ + { + title = "Music"; + links = [ + { + title = "YouTube Music"; + url = "https://music.youtube.com"; + } + { + title = "Music for programming"; + url = "https://musicforprogramming.net/latest/"; + } + ]; + } + ]; + } ]; } {