lock on suspend + manual

This commit is contained in:
Odweta
2026-01-11 20:19:19 +01:00
parent 695d313f3d
commit 7a49d73473
+1 -1
View File
@@ -12,7 +12,7 @@
# Run as your user # Run as your user
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -n"; ExecStart = "${pkgs.hyprlock}/bin/hyprlock -n";
}; };
install.wantedBy = [ "sleep.target" ]; wantedBy = [ "sleep.target" ];
}; };
} }