From 211270bc4c86c8c588321cdc195f6ae5e504718b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 3 Jul 2025 21:40:11 -0500 Subject: [PATCH] Bookmark updates Combine SubTo and REI Add Longhorn --- modules/hm/gui/bookmarks.nix | 59 +++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index ace7be0..deb0c32 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -183,31 +183,6 @@ } ]; } - { - name = "SubTo"; - bookmarks = [ - { - name = "Kajabi"; - url = "https://www.subtocourse.com/login"; - } - { - name = "SubTo Fund"; - url = "https://frontend.koreconx.com/auth/login"; - } - { - name = "Creive Title"; - url = "https://getcreativetitle.com/"; - } - { - name = "REI Scripts"; - url = "https://reiconveyorbelt.com/no-excuses/"; - } - { - name = "Ellis foreclosures"; - url = "https://co.ellis.tx.us/Archive.aspx?AMID=60"; - } - ]; - } { name = "Tools"; bookmarks = [ @@ -228,6 +203,15 @@ } ]; } + { + name = "Kubernetes"; + bookmarks = [ + { + name = "Longhorn"; + url = "http://longhorn.kubernetes"; + } + ]; + } { name = "PGAdmin4"; url = "http://pgadmin.kubernetes/"; @@ -257,6 +241,31 @@ name = "Door Loop"; url = "https://btrgpm.app.doorloop.com/home"; } + { + name = "SubTo"; + bookmarks = [ + { + name = "Kajabi"; + url = "https://www.subtocourse.com/login"; + } + { + name = "SubTo Fund"; + url = "https://frontend.koreconx.com/auth/login"; + } + { + name = "Creive Title"; + url = "https://getcreativetitle.com/"; + } + { + name = "REI Scripts"; + url = "https://reiconveyorbelt.com/no-excuses/"; + } + { + name = "Ellis foreclosures"; + url = "https://co.ellis.tx.us/Archive.aspx?AMID=60"; + } + ]; + } ]; } {