From dc15c62ddf82a5733ae7f448875af72d3b806772 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Mon, 22 Sep 2025 11:42:21 -0700 Subject: [PATCH] macos: add Terminal settings --- system/macos/system.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/system/macos/system.nix b/system/macos/system.nix index c078d5c..270674e 100644 --- a/system/macos/system.nix +++ b/system/macos/system.nix @@ -84,6 +84,22 @@ SortColumn = "CPUUsage"; # Sort by CPU usage SortDirection = 0; # Sort descending }; + + # Terminal settings + # These cannot be set automatically, as they delete all other entries. + + # CustomUserPreferences."com.apple.Terminal" = { + # "Default Window Settings" = "Pro"; + # "Window Settings" = { + # Pro = { + # keyMapBoundKeys = { + # # Map Home and End keys to terminal escape sequences. + # F729 = "\033OH"; + # F72B = "\033OF"; + # }; + # }; + # }; + # }; }; # Keyboard settings