From 46798854b620e8268e787b8af41f637c7bc34c68 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 17 Sep 2025 13:26:13 +0200 Subject: [PATCH] Rearrange bookmarks --- config/firefox/bookmarks.nix | 52 +++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 860a4a2..0bda7df 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -13,14 +13,6 @@ name = "Claude"; url = "https://claude.ai"; } - { - name = "Overleaf"; - url = "https://www.overleaf.com/project"; - } - { - name = "Notion"; - url = "https://www.notion.so"; - } { name = "Paperless"; url = "https://paperless.yanlincs.com"; @@ -29,9 +21,21 @@ name = "Nextcloud"; url = "https://cloud.yanlincs.com"; } + { + name = "Immich"; + url = "https://photo.yanlincs.com/photos"; + } + { + name = "Home"; + url = "https://home.yanlincs.com/lovelace/0"; + } { name = "Productivity"; bookmarks = [ + { + name = "Notion"; + url = "https://www.notion.so"; + } { name = "iCloud"; url = "https://www.icloud.com/mail/"; @@ -53,6 +57,10 @@ { name = "Scholar"; bookmarks = [ + { + name = "Overleaf"; + url = "https://www.overleaf.com/project"; + } { name = "OpenReview"; url = "https://openreview.net/"; @@ -61,6 +69,10 @@ name = "CMT"; url = "https://cmt3.research.microsoft.com/Conference/Recent"; } + { + name = "Arxiv"; + url = "https://arxiv.org/user/"; + } ]; } { @@ -80,25 +92,17 @@ } ]; } - { - name = "RSS"; - url = "https://rss.yanlincs.com"; - } - { - name = "Immich"; - url = "https://photo.yanlincs.com/photos"; - } - { - name = "Files"; - url = "https://files.yanlincs.com"; - } - { - name = "Home"; - url = "https://home.yanlincs.com/lovelace/0"; - } { name = "Media"; bookmarks = [ + { + name = "RSS"; + url = "https://rss.yanlincs.com"; + } + { + name = "Files"; + url = "https://files.yanlincs.com"; + } { name = "Plex"; url = "https://plex.yanlincs.com";