From c1922282d5e84765c14aa913092d714af79a651a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 27 May 2025 20:05:05 -0500 Subject: [PATCH] Add bookmarks --- home/modules/gui/bookmarks.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/home/modules/gui/bookmarks.nix b/home/modules/gui/bookmarks.nix index 9497183..81e16fc 100644 --- a/home/modules/gui/bookmarks.nix +++ b/home/modules/gui/bookmarks.nix @@ -211,6 +211,10 @@ } ]; } + { + name = "PGAdmin4"; + url = "http://pgadmin.kubernetes/"; + } { name = "Password Hash"; url = "https://unix4lyfe.org/crypt/"; @@ -238,6 +242,15 @@ } ]; } + { + name = "Docs"; + bookmarks = [ + { + name = "CloudNative PG"; + url = "https://cloudnative-pg.io/documentation/1.26/"; + } + ]; + } ]; } ]