This commit is contained in:
Christoph Schmatzler
2025-08-11 21:10:40 +02:00
parent cea09283d2
commit befd9bfd7e

View File

@@ -69,44 +69,4 @@
]; ];
}; };
}; };
launchd.agents = {
pbcopy = {
enable = true;
config = {
Label = "localhost.pbcopy";
ProgramArguments = [ "/usr/bin/pbcopy" ];
KeepAlive = {
Crashed = true;
SuccessfulExit = false;
};
ProcessType = "Background";
inetdCompatibility = { Wait = false; };
Sockets = {
Listener = {
SockServiceName = "2224";
SockNodeName = "127.0.0.1";
};
};
};
};
pbpaste = {
enable = true;
config = {
Label = "localhost.pbpaste";
ProgramArguments = [ "/usr/bin/pbpaste" ];
KeepAlive = {
Crashed = true;
SuccessfulExit = false;
};
ProcessType = "Background";
inetdCompatibility = { Wait = false; };
Sockets = {
Listener = {
SockServiceName = "2225";
SockNodeName = "127.0.0.1";
};
};
};
};
} }