summaryrefslogtreecommitdiff
path: root/modules/home-manager/hypridle.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-11-05 20:51:25 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-11-05 20:51:25 -0700
commitefabb27a0604ad2c6f7a70c601b5480837801a06 (patch)
tree536ef16fa66739f20148312f3c1df15c9f0cbf43 /modules/home-manager/hypridle.nix
parent6ff62a2b220a5bcbad12b5a60a8b61d6fdd0aeab (diff)
parentcbcaca059177635d1c920ce3be385d5474a99a80 (diff)
Merge branch 'master' of ssh://git.myrmexia.xyz:2200/srv/git/.flake
Diffstat (limited to 'modules/home-manager/hypridle.nix')
-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 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";
}
];