From a8222553af1c677e464acc6b7f482df1d118b4b8 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Mon, 14 Oct 2024 20:37:46 -0700 Subject: [PATCH] add bookmarks --- provision/modules/desktop/browser/bookmarks/chrome.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/provision/modules/desktop/browser/bookmarks/chrome.nix b/provision/modules/desktop/browser/bookmarks/chrome.nix index 172298f9..74c4bcba 100644 --- a/provision/modules/desktop/browser/bookmarks/chrome.nix +++ b/provision/modules/desktop/browser/bookmarks/chrome.nix @@ -16,9 +16,11 @@ { "url" = "https://www.icloud.com/"; name = "iCloud"; } ]; } { "name" = "Games"; "children" = [ - { "url" = "https://www.protondb.com/"; name = "ProtonDB"; } - { "url" = "https://vimm.net/"; name = "Vimm's Lair: Preserving the Classics"; } { "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"; }