diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index b9e7589..cb9124d 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -17,6 +17,10 @@ name = "Outlook"; url = "https://outlook.office.com/mail/"; } + { + name = "Teams"; + url = "https://teams.microsoft.com/v2/"; + } { name = "Gmail"; url = "https://mail.google.com/mail/u/0/#inbox"; @@ -26,33 +30,8 @@ url = "https://www.overleaf.com/project"; } { - name = "Scholar"; - url = "https://scholar.google.com/"; - } - { - name = "DBLP"; - url = "https://dblp.org/"; - } - { - name = "Media"; - bookmarks = [ - { - name = "Photos"; - url = "https://photo.yanlincs.com/photos"; - } - { - name = "Music"; - url = "https://music.yanlincs.com"; - } - { - name = "Audio"; - url = "https://audio.yanlincs.com"; - } - { - name = "Deluge"; - url = "https://deluge.yanlincs.com"; - } - ]; + name = "Photos"; + url = "https://photo.yanlincs.com/photos"; } { name = "Resource"; @@ -108,31 +87,6 @@ } ]; } - { - name = "Tool"; - bookmarks = [ - { - name = "Cloudflare"; - url = "https://dash.cloudflare.com"; - } - { - name = "Hetzner"; - url = "https://console.hetzner.com"; - } - { - name = "Tailscale"; - url = "https://login.tailscale.com/admin/machines"; - } - { - name = "Homebrew"; - url = "https://formulae.brew.sh/"; - } - { - name = "Nix packages"; - url = "https://search.nixos.org/packages"; - } - ]; - } ]; } ];