parent
6e0dcedd3f
commit
2422c07e88
|
@ -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/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue