From 73cf898c2140c809f9cb4a00280065d1488d7533 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 5 Jan 2024 11:16:53 +0900 Subject: [PATCH] test --- nixos/common/desktops/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index a5ee34ba..763c8953 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -90,7 +90,7 @@ # using suspend-then-hibernate systemd.sleep.extraConfig = '' AllowSuspend=yes - AllowHibernate=yes + AllowHibernation=yes AllowSuspendThenHibernate=yes AllowHybridSleep=yes HibernateDelaySec=600