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