add tailscale to bookmark

This commit is contained in:
Yan Lin 2025-11-29 18:09:09 +01:00
parent 0bf1e54c5c
commit 78cf7f34b2
2 changed files with 13 additions and 0 deletions

View file

@ -149,6 +149,10 @@
{
name = "Tool";
bookmarks = [
{
name = "Tailscale";
url = "https://login.tailscale.com/admin/machines";
}
{
name = "Translate";
url = "https://translate.google.com/?sl=auto&tl=en&op=translate";

View file

@ -221,6 +221,15 @@
};
};
launchd.agents.tailscale = {
enable = true;
config = {
ProgramArguments = [ "/Applications/Tailscale.app/Contents/MacOS/Tailscale" ];
RunAtLoad = true;
KeepAlive = false;
};
};
# File associations configuration (macOS equivalent of xdg.mimeApps)
# Uses duti to set default applications for file types via Launch Services
home.activation.setFileAssociations = config.lib.dag.entryAfter ["writeBoundary"] ''