From befd9bfd7e87e53e1bf41d076f21997954d677de Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 21:10:40 +0200 Subject: [PATCH] up --- profiles/darwin/default.nix | 40 ------------------------------------- 1 file changed, 40 deletions(-) diff --git a/profiles/darwin/default.nix b/profiles/darwin/default.nix index 93e511d..d2b1c83 100644 --- a/profiles/darwin/default.nix +++ b/profiles/darwin/default.nix @@ -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"; - }; - }; - }; - }; }