From 2ed412a12422c55a64a5fab7c8844f8871067708 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 27 Jul 2024 20:07:11 -0500 Subject: [PATCH] chore: update bookmarks Signed-off-by: jolheiser --- apps/gui/firefox.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index e5cd523..8d8dafd 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -112,6 +112,18 @@ keyword = "go"; url = "http://go"; } + { + name = "tclip"; + tags = ["tailscale"]; + keyword = "paste"; + url = "http://paste"; + } + { + name = "ugit"; + tags = ["tailscale" "git"]; + keyword = "git"; + url = "http://git"; + } { name = "jellyfin"; tags = ["jellyfin"];