From 2ed6053231d26db1f5daedbd8d37fc56d465b09a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 2 Apr 2024 19:17:33 -0400 Subject: [PATCH] nix fmt Signed-off-by: ahuston-0 --- users/alice/systems/artemision/fingerprint.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/users/alice/systems/artemision/fingerprint.nix b/users/alice/systems/artemision/fingerprint.nix index 4c0eaef..beafc0d 100644 --- a/users/alice/systems/artemision/fingerprint.nix +++ b/users/alice/systems/artemision/fingerprint.nix @@ -13,7 +13,7 @@ }; # to auto-flip to password when the laptop lid is closed (ie. docked) - services.acpid = { + services.acpid = { enable = true; lidEventCommands = '' export PATH=$PATH:/run/current-system/sw/bin @@ -29,5 +29,4 @@ fi ''; }; - }