This commit is contained in:
Odweta
2026-01-11 20:59:42 +01:00
parent eef59b3577
commit 9d1d58c3df
+1 -2
View File
@@ -18,9 +18,8 @@
description = "Lock screen before suspend"; description = "Lock screen before suspend";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.hyprlock}/bin/hyprlock"; ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf";
}; };
wantedBy = [ "sleep.target" ]; wantedBy = [ "sleep.target" ];
}; };
} }