summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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";
}
];