rearrange firefox bookmarks

This commit is contained in:
Yan Lin 2026-01-20 13:28:09 +01:00
parent 6c5864b1f1
commit 90c7367cc7

View file

@ -5,14 +5,6 @@
name = "Toolbar"; name = "Toolbar";
toolbar = true; toolbar = true;
bookmarks = [ bookmarks = [
{
name = "Overleaf";
url = "https://www.overleaf.com/project";
}
{
name = "Photos";
url = "https://photo.yanlincs.com/photos";
}
{ {
name = "Translate"; name = "Translate";
url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
@ -29,6 +21,10 @@
name = "Gmail"; name = "Gmail";
url = "https://mail.google.com/mail/u/0/#inbox"; url = "https://mail.google.com/mail/u/0/#inbox";
} }
{
name = "Overleaf";
url = "https://www.overleaf.com/project";
}
{ {
name = "Scholar"; name = "Scholar";
url = "https://scholar.google.com/"; url = "https://scholar.google.com/";
@ -38,27 +34,23 @@
url = "https://dblp.org/"; url = "https://dblp.org/";
} }
{ {
name = "Productivity"; name = "Media";
bookmarks = [ bookmarks = [
{ {
name = "OpenReview"; name = "Photos";
url = "https://openreview.net/"; url = "https://photo.yanlincs.com/photos";
} }
{ {
name = "CMT"; name = "Music";
url = "https://cmt3.research.microsoft.com/Conference/Recent"; url = "https://music.yanlincs.com";
} }
{ {
name = "Arxiv"; name = "Audio";
url = "https://arxiv.org/user/"; url = "https://audio.yanlincs.com";
} }
{ {
name = "Teams"; name = "Deluge";
url = "https://teams.microsoft.com/v2/"; url = "https://deluge.yanlincs.com";
}
{
name = "AAU Admin";
url = "https://www.its.aau.dk/systemoversigt";
} }
]; ];
} }
@ -135,6 +127,10 @@
name = "Homebrew"; name = "Homebrew";
url = "https://formulae.brew.sh/"; url = "https://formulae.brew.sh/";
} }
{
name = "Nix packages";
url = "https://search.nixos.org/packages";
}
]; ];
} }
]; ];