diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 1e0b7b8..0ffd943 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -108,30 +108,6 @@ { 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/"; @@ -140,14 +116,43 @@ name = "TSDM"; url = "https://www.tsdm39.com/forum.php"; } - { - name = "Azusa"; - url = "https://azusa.wiki/torrents.php"; - } { name = "Kox.moe"; url = "https://kxx.moe/"; } + { + name = "PT"; + 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 = "Azusa"; + url = "https://azusa.wiki/torrents.php"; + } + ]; + } ]; } {