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"; description = "Lock screen before suspend";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
# Run as your user ExecStart = "/run/current-system/sw/bin/hyprlock";
ExecStart = "${pkgs.hyprlock}/bin/hyprlock";
}; };
wantedBy = [ "sleep.target" ]; wantedBy = [ "sleep.target" ];
}; };