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"; - } ]; } ];