From 90c7367cc7ca522e6cb193fa7a41450b992ad662 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 20 Jan 2026 13:28:09 +0100 Subject: [PATCH] rearrange firefox bookmarks --- config/firefox/bookmarks.nix | 38 ++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 83bca33..b9e7589 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -5,14 +5,6 @@ name = "Toolbar"; toolbar = true; bookmarks = [ - { - name = "Overleaf"; - url = "https://www.overleaf.com/project"; - } - { - name = "Photos"; - url = "https://photo.yanlincs.com/photos"; - } { name = "Translate"; url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; @@ -29,6 +21,10 @@ name = "Gmail"; url = "https://mail.google.com/mail/u/0/#inbox"; } + { + name = "Overleaf"; + url = "https://www.overleaf.com/project"; + } { name = "Scholar"; url = "https://scholar.google.com/"; @@ -38,27 +34,23 @@ url = "https://dblp.org/"; } { - name = "Productivity"; + name = "Media"; bookmarks = [ { - name = "OpenReview"; - url = "https://openreview.net/"; + name = "Photos"; + url = "https://photo.yanlincs.com/photos"; } { - name = "CMT"; - url = "https://cmt3.research.microsoft.com/Conference/Recent"; + name = "Music"; + url = "https://music.yanlincs.com"; } { - name = "Arxiv"; - url = "https://arxiv.org/user/"; + name = "Audio"; + url = "https://audio.yanlincs.com"; } { - name = "Teams"; - url = "https://teams.microsoft.com/v2/"; - } - { - name = "AAU Admin"; - url = "https://www.its.aau.dk/systemoversigt"; + name = "Deluge"; + url = "https://deluge.yanlincs.com"; } ]; } @@ -135,6 +127,10 @@ name = "Homebrew"; url = "https://formulae.brew.sh/"; } + { + name = "Nix packages"; + url = "https://search.nixos.org/packages"; + } ]; } ];