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); }) (builtins.map (service: instances.${service}.name) services);
instanceList = [ instanceList = [
instances.firefly-iii.name
instances.forgejo.name instances.forgejo.name
instances.jellyfin.name instances.jellyfin.name
instances.mastodon.name instances.mastodon.name
instances.ollama.name
instances.qbittorrent.name
instances.vaultwarden.name instances.vaultwarden.name
instances.firefly-iii.name
]; ];
bookmarkConfigs = [ bookmarkConfigs = [
{ {

View file

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

View file

@ -58,9 +58,9 @@ in
minecraft minecraft
ollama ollama
projectSite projectSite
qbittorrent
restic restic
sambaCeres sambaCeres
torrent
vaultwarden vaultwarden
website website
zookeeper zookeeper

View file

@ -7,7 +7,7 @@
let let
inherit (flake.config.people) user0; inherit (flake.config.people) user0;
inherit (flake.config.services) instances; inherit (flake.config.services) instances;
serviceCfg = instances.torrent; serviceCfg = instances.qbittorrent;
host = instances.torrent.domains.url0; host = instances.torrent.domains.url0;
dns0 = instances.web.dns.provider0; dns0 = instances.web.dns.provider0;
dns0Path = "dns/${dns0}"; dns0Path = "dns/${dns0}";