This commit is contained in:
Odweta
2026-01-11 21:20:32 +01:00
parent c1a9e7de76
commit bbbfb5d680
+1 -2
View File
@@ -19,9 +19,8 @@
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";
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf";
};
wantedBy = [ "sleep.target" ];
wantedBy = [ "default.target" "sleep.target" ];
};
}