all repos — nixfiles @ 9af2a5f031b6a674d6c9670f1c1a32126e152fcc

System and user configuration, managed by nix and home-manager

Revert "remove lorri" This reverts commit a6e18b5841fee0472ce2275aa06c842d1ca8c233.

Alan Pearce
commit

9af2a5f031b6a674d6c9670f1c1a32126e152fcc

parent

d3cbb0ada99c2dce5a27133092a055da78d61e98

1 file changed, 12 insertions(+), 0 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -25,6 +25,18 @@ nixpkgs.config = {
allowUnfree = true; }; + services.lorri.enable = true; + launchd.user.agents.lorri = { + 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 = ''