From 1f5bf07e976411e3eedbcfdc4edcc648387b18e4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 1 Feb 2024 08:16:04 +0900 Subject: [PATCH] test --- nixos/common/desktops/hyprland/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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;