mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
46 lines
2.2 KiB
Nix
46 lines
2.2 KiB
Nix
# Chrome bookmarks
|
|
|
|
[
|
|
{ "toplevel_name" = "Bookmarks"; }
|
|
{ "name" = "Daily"; "children" = [
|
|
{ "url" = "https://lc.tstarr.us"; name = "Chisme Mattermost"; }
|
|
{ "url" = "https://rss.tstarr.us"; name = "Miniflux"; }
|
|
{ "url" = "https://cloud.tstarr.us"; name = "Nextcloud"; }
|
|
{ "url" = "https://git.tstarr.us"; name = "Gitea"; }
|
|
{ "url" = "https://media.tstarr.us/web/index.html#!/home.html"; name = "Jellyfin"; }
|
|
{ "url" = "https://home.tstarr.us"; name = "Home Assistant"; }
|
|
{ "url" = "https://www.youtube.com/feed/subscriptions"; name = "Youtube"; }
|
|
{ "url" = "https://gmail.com/"; name = "Mail"; }
|
|
{ "url" = "https://github.com/"; name = "GitHub"; }
|
|
{ "url" = "https://www.google.com/"; name = "Google"; }
|
|
{ "url" = "https://www.icloud.com/"; name = "iCloud"; }
|
|
]; }
|
|
{ "name" = "Games"; "children" = [
|
|
{ "url" = "https://www.dotabuff.com/"; name = "DOTABUFF"; }
|
|
{ "url" = "https://myrient.erista.me/"; name = "Myrient"; }
|
|
{ "url" = "https://www.protondb.com/"; name = "ProtonDB"; }
|
|
{ "url" = "https://r-roms.github.io/"; name = "Roms Megathread"; }
|
|
{ "url" = "https://vimm.net/"; name = "Vimm's Lair: Preserving the Classics"; }
|
|
]; }
|
|
{ "name" = "Homelab"; "children" = [
|
|
{ "url" = "http://localhost:8384"; name = "Syncthing"; }
|
|
{ "url" = "https://github.com/starr-dusT/dotfiles"; name = "Dotfiles"; }
|
|
{ "url" = "https://rssbridge.tstarr.us"; name = "RSSBridge"; }
|
|
]; }
|
|
{ "name" = "Nix"; "children" = [
|
|
{ "url" = "https://nixos.org/nix/manual/"; name = "nix-manual"; }
|
|
{ "url" = "https://nixos.org/nixpkgs/manual/"; name = "nixpkgs-manual"; }
|
|
{ "url" = "https://nixos.org/nixos/manual/"; name = "nixos-manual"; }
|
|
{ "url" = "https://nixos.org/nixos/options.html"; name = "nixos-options"; }
|
|
{ "url" = "https://discourse.nixos.org/"; name = "nixos-discourse"; }
|
|
{ "url" = "https://old.reddit.com/r/nixos/"; name = "nixos-reddit"; }
|
|
{ "url" = "https://nixos.wiki/"; name = "nixos-wiki"; }
|
|
]; }
|
|
{ "name" = "Work"; "children" = [
|
|
{ url = "https://webmail.apps.mil/owa"; name = "WebMail";}
|
|
{ url = "https://dod.teams.microsoft.us/"; name = "Teams";}
|
|
{ url = "https://usaf-my.dps.mil/"; name = "OneDrive";}
|
|
]; }
|
|
|
|
]
|