From fa9ddb4c785d06df785e772f0fcd939086cdd1fe Mon Sep 17 00:00:00 2001 From: jmug Date: Sun, 17 Aug 2025 19:09:06 -0700 Subject: [PATCH] [macbook] Dispaly sleep. Signed-off-by: jmug --- hosts/macbook/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 284b24c..0a71cc7 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -11,6 +11,8 @@ sudo -u ${config.user.name} /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u ''; + power.sleep.display = 10; + # Popups for special characters for some keys. system.defaults.NSGlobalDomain.ApplePressAndHoldEnabled = false;