summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-08-16 13:53:21 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-08-16 13:53:21 -0600
commit6047113e496f8afa1c401681546e49fcb1854e4b (patch)
tree4a6adfb86b4534ca97142a20836da3675b5dee32 /modules/home-manager
parentb953f31f2543cd0e4cca09db280a1dd0e6fe4fa9 (diff)
parentb6dcacd3c818db2f992e422b0e52bf1e087dc19d (diff)
Merge branch 'master' of ssh://git.myrmexia.xyz:2200/srv/git/.flake
Diffstat (limited to 'modules/home-manager')
-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;