summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-08-06 12:15:27 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-08-06 12:15:27 -0600
commitd89f8b23a759055124b822ac53ee46456bdf65cb (patch)
tree186f1305a7f079cb835e64ccceabda3953ac44f0 /modules
parent41deb1fbca607ad1cda4556613298bc7b6ce94be (diff)
typo
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/hypridle.nix2
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;