update lock

This commit is contained in:
Odweta
2026-01-11 20:42:25 +01:00
parent f20dc6256b
commit ad6b0c3575
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
serviceConfig = {
Type = "oneshot";
# Run as your user
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -n";
ExecStart = "${pkgs.hyprlock}/bin/hyprlock";
};
wantedBy = [ "sleep.target" ];
};