add power config

This commit is contained in:
2025-12-13 02:36:44 +03:00
parent 737b10813b
commit eb4ff0dfdf
5 changed files with 74 additions and 8 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
{
services.hypridle = let
# lock_cmd = "hyprlock --grace 10";
lock_cmd = "exit";
lock_cmd = "hyprlock --grace 10";
# lock_cmd = "exit";
suspend_cmd = "systemctl suspend || loginctl suspend";
in {
enable = true;