From f826a68fa88c6c8bd5afabdb7bf607d5b2c3f384 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 3 May 2025 11:32:35 -0500 Subject: [PATCH] update bookmarks --- apps/gui/firefox.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index b052488..07d160c 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -253,16 +253,6 @@ keyword = "git-pr"; url = "https://pr.jolheiser.com"; } - - { - name = "todo"; - tags = [ - "vikunja" - "todo" - ]; - keyword = "todo"; - url = "https://todo.jolheiser.com"; - } ]; } # Not in the toolbar, but still usable via keyword/searching @@ -272,6 +262,15 @@ keyword = "play"; url = "https://go.dev/play/"; } + { + name = "Pocket ID"; + tags = [ + "id" + "auth" + ]; + keyword = "id"; + url = "https://id.jolheiser.com"; + } ]; }; };