all repos — nixfiles @ a6e18b5841fee0472ce2275aa06c842d1ca8c233

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

remove lorri
Alan Pearce alan@alanpearce.eu
Wed, 12 Mar 2025 11:17:10 +0100
commit

a6e18b5841fee0472ce2275aa06c842d1ca8c233

parent

57be872ed5b7de2657d68ebd8761f8ba760eb582

M .envrc.envrc
@@ -1,7 +1,2 @@-if type -P lorri &>/dev/null; then
-  eval "$(lorri direnv)"
-else
-  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
-  use nix
-fi
+use nix
 PATH_add bin
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -25,18 +25,6 @@ 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 = ''
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -118,7 +118,4 @@ )}"       }
     '';
   };
-  services.lorri = {
-    enable = pkgs.stdenv.isLinux;
-  };
 }
M user/settings/shell.nixuser/settings/shell.nix
@@ -128,9 +128,6 @@ jb = "just build";       jt = "just test";
       jr = "just run";
 
-      lw = "lorri watch";
-      lwo = "lorri watch --once";
-
       nsh = "nix-shell";
       nb = "nix build";
       nd = "nix develop";
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -42,6 +42,5 @@ beeper       kdePackages.neochat
       kdePackages.kleopatra
     ]);
-  services.lorri.enableNotifications = true;
   services.emacs.startWithUserSession = "graphical";
 }