From bf0cf4e84f27604aefd612e22c7a019bffa48f4a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 15 Jan 2026 07:02:17 +0100 Subject: [PATCH] rearrange bookmarks --- config/firefox/bookmarks.nix | 53 +++++++++++++++--------------------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index cd4663b..83bca33 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -5,10 +5,6 @@ name = "Toolbar"; toolbar = true; bookmarks = [ - { - name = "Claude"; - url = "https://claude.ai"; - } { name = "Overleaf"; url = "https://www.overleaf.com/project"; @@ -22,32 +18,27 @@ url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; } { - name = "Productivity"; - bookmarks = [ - { - name = "iCloud"; - url = "https://www.icloud.com/mail/"; - } - { - name = "Outlook"; - url = "https://outlook.office.com/mail/"; - } - { - name = "Gmail"; - url = "https://mail.google.com/mail/u/0/#inbox"; - } - { - name = "Teams"; - url = "https://teams.microsoft.com/v2/"; - } - { - name = "AAU Admin"; - url = "https://www.its.aau.dk/systemoversigt"; - } - ]; + name = "iCloud"; + url = "https://www.icloud.com/mail/"; + } + { + name = "Outlook"; + url = "https://outlook.office.com/mail/"; + } + { + name = "Gmail"; + url = "https://mail.google.com/mail/u/0/#inbox"; } { name = "Scholar"; + url = "https://scholar.google.com/"; + } + { + name = "DBLP"; + url = "https://dblp.org/"; + } + { + name = "Productivity"; bookmarks = [ { name = "OpenReview"; @@ -62,12 +53,12 @@ url = "https://arxiv.org/user/"; } { - name = "Google Scholar"; - url = "https://scholar.google.com/"; + name = "Teams"; + url = "https://teams.microsoft.com/v2/"; } { - name = "DBLP"; - url = "https://dblp.org/"; + name = "AAU Admin"; + url = "https://www.its.aau.dk/systemoversigt"; } ]; }