{ config, lib, ... }: { services.logind = { powerKey = lib.mkIf config.system.desktop.enable "suspend"; powerKeyLongPress = "reboot"; }; }