From af787952ad224a3dc1a45989075e1e6d78bb9369 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:23:11 +0100 Subject: [PATCH] add bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance/home.nix | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/server-modules/glance/home.nix b/server-modules/glance/home.nix index 885e61e..a9ed0fe 100644 --- a/server-modules/glance/home.nix +++ b/server-modules/glance/home.nix @@ -72,14 +72,14 @@ title = "Lumo"; url = "https://lumo.proton.me"; } - { - title = "Gemini"; - url = "https://gemini.google.com"; - } { title = "Calendar"; url = "https://calendar.proton.me"; } + { + title = "Maps"; + url = "https://maps.apple.com"; + } ]; } { @@ -111,6 +111,10 @@ title = "Markdown to pdf"; url = "https://md2file.com"; } + { + title = "Image to Vector"; + url = "https://www.vectorcascade.com/"; + } ]; } { @@ -130,14 +134,14 @@ title = "Reddit"; url = "https://reddit.com"; } - { - title = "Maps"; - url = "https://maps.apple.com"; - } { title = "Youtube"; url = "https://youtube.com"; } + { + title = "Instagram"; + url = "https://instagram.com"; + } { title = "Github"; url = "https://github.com"; @@ -165,6 +169,14 @@ title = "Nixpkgs"; url = "https://github.com/NixOS/nixpkgs"; } + { + title = "Gemini"; + url = "https://gemini.google.com"; + } + { + title = "Medium"; + url = "https://medium.com"; + } ]; } ];