nix/config/firefox/bookmarks.nix
2025-09-10 18:57:24 +02:00

136 lines
3.3 KiB
Nix

{
force = true;
settings = [
{
name = "Toolbar";
toolbar = true;
bookmarks = [
{
name = "Links";
url = "https://link.hs.yanlincs.com";
}
{
name = "Claude";
url = "https://claude.ai";
}
{
name = "Overleaf";
url = "https://www.overleaf.com/project";
}
{
name = "Notion";
url = "https://www.notion.so";
}
{
name = "Paperless";
url = "https://paperless.hs.yanlincs.com";
}
{
name = "Nextcloud";
url = "https://cloud.hs.yanlincs.com";
}
{
name = "Productivity";
bookmarks = [
{
name = "iCloud";
url = "https://www.icloud.com/mail/";
}
{
name = "Outlook";
url = "https://outlook.office.com/mail/";
}
{
name = "Gmail";
url = "https://mail.google.com/mail/u/0/#inbox";
}
{
name = "Teams";
url = "https://teams.microsoft.com/v2/";
}
];
}
{
name = "Scholar";
bookmarks = [
{
name = "OpenReview";
url = "https://openreview.net/";
}
{
name = "CMT";
url = "https://cmt3.research.microsoft.com/Conference/Recent";
}
];
}
{
name = "Console";
bookmarks = [
{
name = "Hetzner";
url = "https://console.hetzner.com/projects/4064051/dashboard";
}
{
name = "Cloudflare";
url = "https://dash.cloudflare.com/6950be025dc32f2698377028b9e162c1/yanlincs.com/dns/records";
}
{
name = "Gotify";
url = "https://notify.yanlincs.com/";
}
];
}
{
name = "RSS";
url = "https://rss.hs.yanlincs.com";
}
{
name = "Immich";
url = "https://photo.hs.yanlincs.com/photos";
}
{
name = "Home";
url = "https://home.hs.yanlincs.com/lovelace/0";
}
{
name = "Media";
bookmarks = [
{
name = "Plex";
url = "https://plex.hs.yanlincs.com";
}
{
name = "Sonarr";
url = "https://sonarr.hs.yanlincs.com";
}
{
name = "Radarr";
url = "https://radarr.hs.yanlincs.com";
}
{
name = "Bazarr";
url = "https://bazarr.hs.yanlincs.com";
}
{
name = "qBittorrent";
url = "https://qbit.hs.yanlincs.com";
}
];
}
{
name = "Social";
bookmarks = [
{
name = "WhatsApp";
url = "https://web.whatsapp.com/";
}
{
name = "Messager";
url = "https://www.facebook.com/messages/";
}
];
}
];
}
];
}