This commit is contained in:
Odweta
2026-01-11 21:16:15 +01:00
parent fc3f594206
commit c1a9e7de76
+1 -1
View File
@@ -19,7 +19,7 @@
before = [ "sleep.target" ];
serviceConfig = {
Type = "oneshot";
Environment = "XDG_RUNTIME_DIR=/run/user/%U WAYLAND_DISPLAY=wayland-1 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus";
# Environment = "XDG_RUNTIME_DIR=/run/user/%U WAYLAND_DISPLAY=wayland-1 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus";
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf";
};
wantedBy = [ "sleep.target" ];