From a6e18b5841fee0472ce2275aa06c842d1ca8c233 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 12 Mar 2025 11:17:10 +0100 Subject: remove lorri --- system/settings/darwin.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'system/settings/darwin.nix') diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index b49fcf35..233c5b17 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -25,18 +25,6 @@ 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 = '' -- cgit 1.4.1