From da81f70d18bd92e600e87fd5c39b1fd849021cc3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 16 Jun 2026 21:17:26 -0400 Subject: declare screen settings and initial nvim setup --- hosts/RyanMac/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hosts/RyanMac/configuration.nix') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 2c629bc..17ab123 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -89,6 +89,11 @@ in { # System configuration time.timeZone = "America/New_York"; + power.sleep = { + display = 10; + computer = 30; + }; + system.defaults = { NSGlobalDomain = { # 24 hour time @@ -113,6 +118,12 @@ in { ApplePressAndHoldEnabled = false; }; + # screensaver/power settings + screensaver = { + askForPassword = true; + askForPasswordDelay = 0; + }; + # Control center stuff controlcenter = { BatteryShowPercentage = true; -- cgit v1.3