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;