From 327962567f7cf069d71892087eb76e73e961ae62 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sun, 5 Apr 2026 17:13:50 +0100 Subject: [PATCH] macs: add smerge to path --- home/macs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/macs.nix b/home/macs.nix index 6c88047..10f636d 100644 --- a/home/macs.nix +++ b/home/macs.nix @@ -10,6 +10,9 @@ pngpaste mypkgs.qrclip ]; + home.sessionPath = [ + "/Applications/Sublime Merge.app/Contents/SharedSupport/bin" + ]; # Use secretive for SSH agent programs.ssh.matchBlocks.all = lib.mkIf pkgs.stdenv.isDarwin { host = "*";