From 3f1faa34b6c3569c3e42cd9958c8751a7422942f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 14 Dec 2025 21:14:45 +0100 Subject: [PATCH] minor --- config/firefox/bookmarks.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 7db9775..3c637a8 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -17,6 +17,10 @@ name = "Photos"; url = "https://photo.yanlincs.com/photos"; } + { + name = "Translate"; + url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; + } { name = "Productivity"; bookmarks = [ @@ -136,10 +140,6 @@ name = "Tailscale"; url = "https://login.tailscale.com/admin/machines"; } - { - name = "Translate"; - url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; - } ]; } ];