Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable hybrid-sleep

+1 -1
+1 -1
machines/pepper/hardware.nix
··· 64 64 services.logind = { 65 65 lidSwitch = "suspend-then-hibernate"; 66 66 extraConfig = '' 67 - HandlePowerKey=hybrid-sleep 67 + HandlePowerKey=suspend-then-hibernate 68 68 LidSwitchIgnoreInhibited=no 69 69 IdleAction=suspend-then-hibernate 70 70 IdleActionSec=1m