set up lorri
1 file changed, 11 insertions(+), 0 deletions(-)
changed files
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -32,6 +32,17 @@ nixpkgs.config = { allowUnfree = true; }; + launchd.user.agents.lorri = lib.mkIf config.services.lorri.enable { + serviceConfig = { + RunAtLoad = lib.mkForce false; + Sockets = { + daemon = { + SockPathName = "${(builtins.getEnv "HOME")}/Library/Caches/com.github.target.lorri.lorri.lorri/daemon.socket"; + }; + }; + }; + }; + environment.launchDaemons = { "limit.maxfiles.plist" = { text = ''