diff --git a/lock-suspend.nix b/lock-suspend.nix index 764ae26..3e4d970 100644 --- a/lock-suspend.nix +++ b/lock-suspend.nix @@ -22,6 +22,6 @@ User = "odweta"; # run as your user ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf"; }; - install.wantedBy = [ "sleep.target" ]; + wantedBy = [ "sleep.target" ]; }; }