From c7e1e5d2754a90b8b4ee90bd3c944839573d7632 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 25 Nov 2025 11:27:35 +0100 Subject: [PATCH] update firefox bookmarks --- config/firefox/bookmarks.nix | 70 ++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 886a3f6..9719880 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -107,42 +107,42 @@ name = "Radarr"; url = "https://radarr.yanlincs.com"; } + ]; + } + { + name = "Resource"; + bookmarks = [ { - name = "Resource"; - bookmarks = [ - { - name = "M-Teams"; - url = "https://next.m-team.cc/index"; - } - { - name = "PTer"; - url = "https://pterclub.net/torrents.php"; - } - { - name = "HDSky"; - url = "https://hdsky.me/torrents.php"; - } - { - name = "Ourbits"; - url = "https://ourbits.club/index.php"; - } - { - name = "U2"; - url = "https://u2.dmhy.org/torrents.php"; - } - { - name = "Jpopsuki"; - url = "https://jpopsuki.eu/index.php"; - } - { - name = "dmhy"; - url = "https://share.dmhy.org/"; - } - { - name = "Azusa"; - url = "https://azusa.wiki/torrents.php"; - } - ]; + name = "M-Teams"; + url = "https://next.m-team.cc/index"; + } + { + name = "PTer"; + url = "https://pterclub.net/torrents.php"; + } + { + name = "HDSky"; + url = "https://hdsky.me/torrents.php"; + } + { + name = "Ourbits"; + url = "https://ourbits.club/index.php"; + } + { + name = "U2"; + url = "https://u2.dmhy.org/torrents.php"; + } + { + name = "Jpopsuki"; + url = "https://jpopsuki.eu/index.php"; + } + { + name = "dmhy"; + url = "https://share.dmhy.org/"; + } + { + name = "Azusa"; + url = "https://azusa.wiki/torrents.php"; } ]; }