path for dbus

This commit is contained in:
UGA Innovation Factory
2025-12-05 20:38:43 +00:00
parent d13d6b7edc
commit acbdb32012

View File

@@ -11,7 +11,10 @@
serviceConfig = {
User = "engr-ugaif";
Type = "simple";
Environment = "XDG_RUNTIME_DIR=/run/user/%u";
Environment = [
"XDG_RUNTIME_DIR=/run/user/%u"
"PATH=/run/current-system/sw/bin"
];
ExecStart = ''
/run/current-system/sw/bin/sway --config /etc/sway-kiosk.conf
'';