feat: added bookmarks

This commit is contained in:
Nick 2025-12-04 15:57:23 -06:00
parent dda9c7dad7
commit 6c645d1dbe
6 changed files with 15 additions and 22 deletions

View file

@ -17,11 +17,13 @@ let
}) (builtins.map (service: instances.${service}.name) services);
instanceList = [
instances.firefly-iii.name
instances.forgejo.name
instances.jellyfin.name
instances.mastodon.name
instances.ollama.name
instances.qbittorrent.name
instances.vaultwarden.name
instances.firefly-iii.name
];
bookmarkConfigs = [
{

View file

@ -2,6 +2,16 @@
name = "Tools";
toolbar = false;
bookmarks = [
{
name = "Backblaze";
url = "https://secure.backblaze.com/b2_buckets.htm";
tags = [
"backblaze"
"cloud"
"storage"
];
keyword = "Back";
}
{
name = "Google Docs";
url = "https://docs.google.com";
@ -20,15 +30,6 @@
];
keyword = "Sheets";
}
{
name = "IVPN";
url = "https://www.ivpn.net";
tags = [
"ivpn"
"vpn"
];
keyword = "IVPN";
}
{
name = "Mega";
url = "https://mega.io";
@ -47,16 +48,6 @@
];
keyword = "Migadu";
}
{
name = "Mullvad";
url = "https://mullvad.net";
tags = [
"mullvad"
"vpn"
];
keyword = "Mull";
}
{
name = "Monkeytype";
url = "https://monkeytype.com/";