Lillie power button workaround

This commit is contained in:
willifan 2025-03-29 22:39:31 +01:00
parent dd78b242b6
commit b9b34c13c9

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
{
jovian = {
@ -43,8 +43,8 @@
};
services.logind = {
extraConfig = "";
powerKey = "sleep";
extraConfig = lib.mkForce "";
powerKey = "suspend";
powerKeyLongPress = "poweroff";
};