This commit is contained in:
Odweta
2026-01-11 20:55:06 +01:00
parent d3035844c0
commit 2869a55e5d
+1 -2
View File
@@ -18,8 +18,7 @@
description = "Lock screen before suspend";
serviceConfig = {
Type = "oneshot";
# Run as your user
ExecStart = "${pkgs.hyprlock}/bin/hyprlock";
ExecStart = "/run/current-system/sw/bin/hyprlock";
};
wantedBy = [ "sleep.target" ];
};