diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 60e95380..d6c4ba74 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -93,13 +93,12 @@ # HibernateDelaySec is the amount of time the # system sleeps before entering hibernate when # using suspend-then-hibernate - systemd.sleep.extraConfig = '' - AllowSuspend=yes - AllowHibernation=yes - AllowSuspendThenHibernate=yes - AllowHybridSleep=yes - HibernateDelaySec=600 - ''; + # systemd.sleep.extraConfig = '' + # AllowSuspend=yes + # AllowHibernation=yes + # AllowSuspendThenHibernate=yes + # HibernateDelaySec=600 + # ''; # XDG portal xdg.portal.enable = true;