From 57f8f27c4a8dc4b51fafc177f5c3089757d38e74 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 26 Aug 2025 11:56:41 -0400 Subject: update commits --- hosts/shinji/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 0b30d04..fa30156 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -18,9 +18,7 @@ ]; # set power btn to suspend - services.logind.extraConfig = '' - HandlePowerKey=suspend - ''; + services.logind.powerKey = "suspend"; # logitech mouse udev services.udev.extraRules = lib.fileContents ./42-logitech-unify-permissions.rules; -- cgit v1.2.3-freya