From b4383e0d19918f53e3824a020dc38a2a1637f1d7 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 7 Jun 2026 20:21:36 +0200 Subject: [PATCH] Use system browser in iTerm2 --- modules/home/mac-portable.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/mac-portable.nix b/modules/home/mac-portable.nix index b540178..d9490a7 100644 --- a/modules/home/mac-portable.nix +++ b/modules/home/mac-portable.nix @@ -35,6 +35,10 @@ TripleClickSelectsFullWrappedLines = true; WordChars = "/-._~"; PromptOnQuit = false; + + # Use system browser to open links. + NoSyncBrowserUpsell = 1; + NoSyncBrowserUpsell_selection = 1; }; home.file."Library/Application Support/iTerm2/DynamicProfiles/nix-profile.json".text = builtins.toJSON