From 2422c07e884182e346173daef9c55734994b8ec9 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 12 Aug 2023 18:42:11 -0500 Subject: [PATCH] feat: tclip and go playground Signed-off-by: jolheiser --- apps/firefox.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/apps/firefox.nix b/apps/firefox.nix index 3f83d7e..9fbf325 100644 --- a/apps/firefox.nix +++ b/apps/firefox.nix @@ -60,8 +60,31 @@ } ]; } + { + name = "Tailnet"; + bookmarks = [ + { + name = "golink"; + tags = ["tailscale"]; + keyword = "go"; + url = "http://go"; + } + { + name = "tclip"; + tags = ["tailscale"]; + keyword = "paste"; + url = "http://paste"; + } + ]; + } ]; } + { + name = "Go Playground"; + tags = ["golang"]; + keyword = "play"; + url = "https://go.dev/play/"; + } ]; }; };