nix/modules/hardware/powerkey/default.nix

4 lines
44 B
Nix
Raw Normal View History

2024-10-04 18:30:45 +02:00
{
services.logind.powerKey = "suspend";
}