From 18137f444a2d912e0c71c5afd416f3ba30b1f364 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:57:32 +0100 Subject: [PATCH] add bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server-modules/glance/home.nix b/server-modules/glance/home.nix index a9ed0fe..aa8e6db 100644 --- a/server-modules/glance/home.nix +++ b/server-modules/glance/home.nix @@ -115,6 +115,10 @@ title = "Image to Vector"; url = "https://www.vectorcascade.com/"; } + { + title = "PrivateBin"; + url = "https://privatebin.net"; + } ]; } { @@ -146,6 +150,10 @@ title = "Github"; url = "https://github.com"; } + { + title = "Discord"; + url = "https://discord.com/channels/@me/"; + } ]; } {