From e71b2fa7a3682280b700be2a61ae3150b9a39898 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 4 Feb 2024 00:18:24 -0600 Subject: [PATCH] chore: replace tclip with jellyfin bookmark Signed-off-by: jolheiser --- apps/gui/firefox.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index da07e77..b409ab9 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -113,10 +113,10 @@ url = "http://go"; } { - name = "tclip"; - tags = ["tailscale"]; - keyword = "paste"; - url = "http://paste"; + name = "jellyfin"; + tags = ["jellyfin"]; + keyword = "jellyfin"; + url = "http://sencha:8096"; } ]; }