add tailscale to bookmark
This commit is contained in:
parent
0bf1e54c5c
commit
78cf7f34b2
2 changed files with 13 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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"] ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue