From 5034ada4582eb98799775e5e5854c6f9f2dd3770 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:23:01 -0500 Subject: [PATCH] add time format to meetingbar and remove scroll zoom scroll wheel zoom updates don't work for whatever reason --- modules/darwin/system.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/darwin/system.nix b/modules/darwin/system.nix index 0d0d1bf..ac22580 100644 --- a/modules/darwin/system.nix +++ b/modules/darwin/system.nix @@ -112,13 +112,6 @@ # Disable trackpad tap to click trackpad.Clicking = false; - # universalaccess = { - - # # Zoom in with Control + Scroll Wheel - # closeViewScrollWheelToggle = true; - # closeViewZoomFollowsFocus = true; - # }; - # Where to save screenshots screencapture.location = "~/Downloads"; @@ -179,9 +172,14 @@ ''{"deletable":true,"arguments":"","name":"Zoom","path":""}''; KeyboardShortcuts_joinEventShortcut = ''{"carbonModifiers":6400,"carbonKeyCode":38}''; + timeFormat = ''"12-hour"''; }; }; + CustomSystemPreferences = { + + }; + }; # Settings that don't have an option in nix-darwin