diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-09-22 23:41:23 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-09-22 23:41:23 -0600 |
| commit | 4acab58c88276d412ccae4bceaaec967abc1fbda (patch) | |
| tree | 10a425626dd6880cb571781933018a4cb2d7695a /modules | |
| parent | 0567b7d196db0a975c166069c4283814a2733395 (diff) | |
typo
Diffstat (limited to 'modules')
| -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"; } ]; |
