From 512c61a39fbb99f86c3a08fc76a49be993d0f81c Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 19 Jul 2025 18:48:09 +0200 Subject: [PATCH] use selft.ht icons for glance --- machines/genepi/glance-config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/genepi/glance-config.nix b/machines/genepi/glance-config.nix index 5608f38..4b1fcc4 100644 --- a/machines/genepi/glance-config.nix +++ b/machines/genepi/glance-config.nix @@ -42,22 +42,22 @@ { title = "Immich"; url = "https://images.home.rpqt.fr"; - icon = "si:immich"; + icon = "sh:immich"; } { title = "Grafana"; url = "https://grafana.home.rpqt.fr"; - icon = "si:grafana"; + icon = "sh:grafana"; } { title = "FreshRSS"; url = "https://rss.home.rpqt.fr"; - icon = "si:rss"; + icon = "sh:freshrss"; } { title = "Syncthing"; url = "https://genepi.home.rpqt.fr/syncthing"; - icon = "si:syncthing"; + icon = "sh:syncthing"; } ]; }