diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-08-06 12:15:27 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-08-06 12:15:27 -0600 |
| commit | d89f8b23a759055124b822ac53ee46456bdf65cb (patch) | |
| tree | 186f1305a7f079cb835e64ccceabda3953ac44f0 /modules/home-manager | |
| parent | 41deb1fbca607ad1cda4556613298bc7b6ce94be (diff) | |
typo
Diffstat (limited to 'modules/home-manager')
| -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 e0b4ae0..b8fdb3d 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -23,7 +23,7 @@ { #comment out if no keyboard backlight timeout = 180; on-timeout = "brightnessctl -sd asus::kbd_backlight set 0"; - on-resume = "brightnessctl -rd asus::kbd_baclkight"; + on-resume = "brightnessctl -rd asus::kbd_backlight"; } { timeout = 300; |
