diff options
| -rw-r--r-- | modules/home-manager/hypridle.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index b8fdb3d..d681961 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -36,7 +36,7 @@ } { timeout = 420; - on-timeout = "${brightnessSet} 0% && systemctl suspsend"; + on-timeout = "${brightnessSet} 0% && systemctl suspend"; on-resume = "brightnessctl -r"; } ]; |
