fix(fruitbook): Sleep on lid close

This commit is contained in:
2025-08-28 14:39:48 -06:00
parent 4961b853d4
commit 024bf66ceb

View File

@@ -66,15 +66,6 @@
# services.xserver.desktopManager.plasma5.enable = true;
# Disable systemd-sleep. Let KDE or whatever dim the screen without
# suspending the computer.
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
boot.loader = {
grub.enable = false;
systemd-boot.enable = true;