From 23499b238ed2209bd9e18de44e597656d4171600 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Sat, 17 Aug 2024 21:35:29 +1000 Subject: [PATCH] Some more macOS config --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 6a1c501..c66287a 100644 --- a/flake.nix +++ b/flake.nix @@ -235,9 +235,16 @@ loginwindow.autoLoginUser = myUsername; + menuExtraClock.ShowDayOfMonth = true; + menuExtraClock.ShowDayOfWeek = true; + # Disable quarantine for downloaded files LaunchServices.LSQuarantine = false; + # Disable swiping for backwards/forwards + NSGlobalDomain.AppleEnableSwipeNavigateWithScrolls = false; + NSGlobalDomain.AppleEnableMouseSwipeNavigateWithScrolls = false; + # Switch light/dark style of OS automatically based on time NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true;