summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-10-14 18:27:55 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-10-14 18:27:55 -0600
commit806f5416e4c16854c241ab406da067d3ef53050c (patch)
treeae2d94253af0539a19cdfe3ff1741bcdf358f465 /modules
parenta0c6e4425524ab790d48a2bcfa40122c61d968de (diff)
parent8954a3280a42ea9a9bac9b880a74cb7b813da75d (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
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 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";
}
];