diff --git a/lock-suspend.nix b/lock-suspend.nix index 8fbdc19..82ae197 100644 --- a/lock-suspend.nix +++ b/lock-suspend.nix @@ -18,9 +18,8 @@ description = "Lock screen before suspend"; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.hyprlock}/bin/hyprlock"; + ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf"; }; wantedBy = [ "sleep.target" ]; }; - }