From 7fdcce841cec0b2c2ec50d7f54107e1ff0618d5c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 17 Sep 2025 23:34:19 +0200 Subject: [PATCH] Rearrange firefox bookmarks --- config/firefox/bookmarks.nix | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 0bda7df..375a171 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -52,6 +52,14 @@ name = "Teams"; url = "https://teams.microsoft.com/v2/"; } + { + name = "WhatsApp"; + url = "https://web.whatsapp.com/"; + } + { + name = "Messager"; + url = "https://www.facebook.com/messages/"; + } ]; } { @@ -122,15 +130,23 @@ ]; } { - name = "Social"; + name = "Tool"; bookmarks = [ { - name = "WhatsApp"; - url = "https://web.whatsapp.com/"; + name = "Translate"; + url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; } { - name = "Messager"; - url = "https://www.facebook.com/messages/"; + name = "Maps"; + url = "https://www.google.com/maps"; + } + { + name = "Earth"; + url = "https://www.google.com/maps"; + } + { + name = "Booking"; + url = "https://www.booking.com/"; } ]; }