nix/modules/firefox/bookmarks.nix
2026-02-18 19:23:12 +01:00

106 lines
2.7 KiB
Nix

{
force = true;
settings = [
{
name = "Toolbar";
toolbar = true;
bookmarks = [
{
name = "Translate";
url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
}
{
name = "Mailbox";
url = "https://app.mailbox.org/appsuite/#!!&app=io.ox/mail&folder=default0/INBOX";
}
{
name = "Git";
url = "https://git.yanlincs.com";
}
{
name = "Photo";
url = "https://photo.yanlincs.com";
}
{
name = "Music";
url = "https://music.yanlincs.com";
}
{
name = "Productivity";
bookmarks = [
{
name = "Outlook";
url = "https://outlook.office.com/mail/";
}
{
name = "Teams";
url = "https://teams.microsoft.com/v2/";
}
{
name = "Overleaf";
url = "https://www.overleaf.com/project";
}
{
name = "AAU Admin";
url = "https://www.its.aau.dk/systemoversigt";
}
];
}
{
name = "Resource";
bookmarks = [
{
name = "";
url = "https://share.dmhy.org/";
}
{
name = "使";
url = "https://www.tsdm39.com/forum.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";
}
{
name = "Skyey Snow";
url = "https://www.skyey2.com/forum.php?mod=torrents";
}
];
}
];
}
];
}
];
}