fix(hypr): fix hypridle config
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-12 22:42:26 -04:00
parent 117c517810
commit c1e85636ae

View file

@ -36,7 +36,7 @@ in {
services.hypridle = mkIf isLaptop {
enable = true;
settings.lockCmd = "${lockPkg}/bin/lock";
settings.general.lock_cmd = "${lockPkg}/bin/lock";
};
wayland.windowManager.hyprland = {