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/"; + } + ]; + } ]; } ]