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