From 939c8d709c679d51a961610da1b1481d6126b75b Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 3 Dec 2025 20:17:46 +0100 Subject: [PATCH] adjust bookmarks --- config/firefox/bookmarks.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 0ffd943..d5bde22 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -9,13 +9,21 @@ name = "Claude"; url = "https://claude.ai"; } + { + name = "Overleaf"; + url = "https://www.overleaf.com/project"; + } + { + name = "RSS"; + url = "https://rss.yanlincs.com"; + } { name = "Immich"; url = "https://photo.yanlincs.com/photos"; } { - name = "Overleaf"; - url = "https://www.overleaf.com/project"; + name = "Jellyfin"; + url = "https://jellyfin.yanlincs.com"; } { name = "Productivity"; @@ -87,10 +95,6 @@ { name = "Media"; bookmarks = [ - { - name = "Jellyfin"; - url = "https://jellyfin.yanlincs.com"; - } { name = "Deluge"; url = "https://deluge.yanlincs.com";