From 89aca57f7649bcd9443d90a818d25e8b66d9b248 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 18 Jun 2025 08:12:33 -0400 Subject: [PATCH] Minor reformat. --- roles/laptop.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/laptop.nix b/roles/laptop.nix index 42232c3..935c822 100644 --- a/roles/laptop.nix +++ b/roles/laptop.nix @@ -1,6 +1,8 @@ { - services.logind = { - lidSwitch = "suspend-then-hibernate"; - lidSwitchExternalPower = "ignore"; + services = { + logind = { + lidSwitch = "suspend-then-hibernate"; + lidSwitchExternalPower = "ignore"; + }; }; }