From 1353aa7286f73bdc1e64cf57ad25ccefbc4c2330 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 19 Jul 2025 18:48:09 +0200 Subject: [PATCH] add actual and gitea to glance --- machines/genepi/glance-config.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/machines/genepi/glance-config.nix b/machines/genepi/glance-config.nix index 4b1fcc4..d3627fb 100644 --- a/machines/genepi/glance-config.nix +++ b/machines/genepi/glance-config.nix @@ -59,6 +59,16 @@ url = "https://genepi.home.rpqt.fr/syncthing"; icon = "sh:syncthing"; } + { + title = "Actual Budget"; + url = "https://actual.home.rpqt.fr"; + icon = "sh:actual-budget"; + } + { + title = "Gitea"; + url = "https://git.turifer.dev"; + icon = "sh:gitea"; + } ]; } ];