nix/modules/hardware/powerkey/default.nix
2024-10-04 18:30:45 +02:00

4 lines
44 B
Nix

{
services.logind.powerKey = "suspend";
}