From 4acab58c88276d412ccae4bceaaec967abc1fbda Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 22 Sep 2024 23:41:23 -0600 Subject: typo --- modules/home-manager/hypridle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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"; } ]; -- cgit v1.2.3