{pkgs, ...}: { services.hypridle = { enable = true; settings = { before_sleep_cmd = "hyprlock"; }; }; }