From 7475e188ddb5ac99dc1e134819527beae5bd2981 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 13:06:16 +0300 Subject: [PATCH] fix: move AppleMenuBarVisibleInFullscreen back to CustomUserPreferences --- hosts/poppy/system.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/poppy/system.nix b/hosts/poppy/system.nix index 251d330..f9d42ad 100644 --- a/hosts/poppy/system.nix +++ b/hosts/poppy/system.nix @@ -2,7 +2,6 @@ system.defaults = { NSGlobalDomain = { AppleInterfaceStyle = "Dark"; - AppleMenuBarVisibleInFullscreen = true; AppleMiniaturizeOnDoubleClick = false; NSAutomaticCapitalizationEnabled = true; NSAutomaticPeriodSubstitutionEnabled = true; @@ -66,6 +65,10 @@ }; }; }; + + "NSGlobalDomain" = { + "AppleMenuBarVisibleInFullscreen" = true; + }; }; controlcenter = {