diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index 07d160cba757ddff293c6863076b35de627153d0..b052488c324a7acb806813f0b7055b8043e57f76 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -253,6 +253,16 @@ ]; 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 @@ -261,15 +271,6 @@ name = "Go Playground"; tags = [ "golang" ]; keyword = "play"; url = "https://go.dev/play/"; - } - { - name = "Pocket ID"; - tags = [ - "id" - "auth" - ]; - keyword = "id"; - url = "https://id.jolheiser.com"; } ]; };