diff --git a/modules/hyprland/security.nix b/modules/hyprland/security.nix index a9b0479..59a7902 100644 --- a/modules/hyprland/security.nix +++ b/modules/hyprland/security.nix @@ -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 = {