remove Lillie suspend fix

This commit is contained in:
willifan 2025-09-07 16:39:40 +02:00
parent eabd3dbb07
commit 3bb1e2d13f

View file

@ -42,12 +42,6 @@
};
};
services.logind = {
extraConfig = lib.mkForce "";
powerKey = "suspend";
powerKeyLongPress = "poweroff";
};
environment.systemPackages = with pkgs; [
python3
];