From bc89660d8f04a7240922e94ced5a879fb22eac6a Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Fri, 2 Aug 2024 16:46:32 +1000 Subject: [PATCH] Metric, always --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 412e2e7..4001dca 100644 --- a/flake.nix +++ b/flake.nix @@ -210,6 +210,8 @@ # Switch light/dark style of OS automatically based on time NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true; + NSGlobalDomain.AppleMetricUnits = 1; + # Disable press-and-hold keyboard for alt characters; this messes with key repeat and I am already used to Option+key for special characters NSGlobalDomain.ApplePressAndHoldEnabled = false;