From 09aa0d8b532e14ae3dcf4ebd8399f1980443b5cc 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 a9ed0fe0..aa8e6db3 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/"; + } ]; } {