From e9de49e3c7f9f8e76668c09df80e1309acac21b9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 10 May 2025 20:23:38 +0200 Subject: [PATCH] add bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index c031362..e3459b6 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -205,6 +205,14 @@ in { same-tab = true; color = rgb-to-hsl "base01"; links = [ + { + title = "Svgl"; + url = "https://svgl.app/"; + } + { + title = "Excalidraw"; + url = "https://excalidraw.com/"; + } { title = "Cobalt (Downloader)"; url = "https://cobalt.tools/";