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