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