From e06cb49e633010ab8154735f16685a6b21f317e9 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 16:19:09 +0100 Subject: [PATCH] Remove default setting def --- nix/macOS/flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index 853be9d9..4098b32d 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -63,7 +63,6 @@ }; NSGlobalDomain.AppleICUForce24HourTime = false; NSGlobalDomain.AppleInterfaceStyle = "Dark"; - AppleInterfaceStyleSwitchesAutomatically = false; NSGlobalDomain.AppleScrollerPagingBehavior = true; NSGlobalDomain.AppleShowAllExtensions = true; NSGlobalDomain.AppleShowAllFiles = true;