From f844365d30867d26fc42aabc5525697d49f08a09 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 13:06:27 +0300 Subject: [PATCH] fix: remove unsupported AppleMiniaturizeOnDoubleClick --- hosts/poppy/system.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/poppy/system.nix b/hosts/poppy/system.nix index f9d42ad..398319e 100644 --- a/hosts/poppy/system.nix +++ b/hosts/poppy/system.nix @@ -2,7 +2,6 @@ system.defaults = { NSGlobalDomain = { AppleInterfaceStyle = "Dark"; - AppleMiniaturizeOnDoubleClick = false; NSAutomaticCapitalizationEnabled = true; NSAutomaticPeriodSubstitutionEnabled = true; NSAutomaticQuoteSubstitutionEnabled = true;