diff --git a/hyprland.nix b/hyprland.nix index bb7806e..476ba2c 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -71,7 +71,7 @@ "$mod" = "SUPER"; "$term" = "${pkgs.kitty}/bin/kitty"; "$menu" = "${pkgs.wofi}/bin/wofi --show run"; - "$lock" = "${pkgs.hyprlock}/bin/hyprlock -n"; + "$lock" = "${pkgs.hyprlock}/bin/hyprlock"; bind = [ "$mod SHIFT, RETURN, exec, $term" diff --git a/lock-suspend.nix b/lock-suspend.nix index d641ad1..01a4ff3 100644 --- a/lock-suspend.nix +++ b/lock-suspend.nix @@ -10,7 +10,7 @@ serviceConfig = { Type = "oneshot"; # Run as your user - ExecStart = "${pkgs.hyprlock}/bin/hyprlock -n"; + ExecStart = "${pkgs.hyprlock}/bin/hyprlock"; }; wantedBy = [ "sleep.target" ]; };