From 6aaf28843aeb302ff7a8443757cbbfaf32c5e350 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 23 Aug 2024 14:10:54 -0500 Subject: [PATCH] Add bookmark --- home/modules/gui/bookmarks.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/gui/bookmarks.nix b/home/modules/gui/bookmarks.nix index d1f73d9..4d5affa 100644 --- a/home/modules/gui/bookmarks.nix +++ b/home/modules/gui/bookmarks.nix @@ -129,6 +129,9 @@ } { name = "Keymap editor"; url = "https://nickcoutsos.github.io/keymap-editor/"; + } { + name = "Bitcoin dashboard"; + url = "http://hosea.home:60845"; } ]; } ]; } ]