From 024bf66ceb7118bb15f3688abe5656407f319b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 28 Aug 2025 14:39:48 -0600 Subject: [PATCH] fix(fruitbook): Sleep on lid close --- hosts/fruitbook/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index 69cba72..5bd9d4c 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -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;