hypridle: fixed syntax error in suspend timeout
Some checks failed
nix-build / adjustor-build (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / emudeck-build (push) Has been cancelled
nix-build / hhd-ui-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / pacifidlog-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-11-27 07:48:50 -05:00
parent 42aa84d443
commit b7bf1a970a

View file

@ -38,7 +38,7 @@ in {
} }
++ lib.optional cfg.desktop.autoSuspend { ++ lib.optional cfg.desktop.autoSuspend {
timeout = 600; timeout = 600;
command = "systemctl suspend"; on-timeout = "systemctl suspend";
} }
++ lib.optional ++ lib.optional
(!cfg.desktop.autoSuspend) { (!cfg.desktop.autoSuspend) {