This commit is contained in:
Nathan McCarty 2023-07-07 04:08:31 -04:00
parent d902a12c56
commit a680781cc4
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,7 @@ in with lib; {
# systemd integration
exec-once=dbus-update-activation-environment --systemd ${
lib.concatStringsSep "" ([
lib.concatStringsSep " " ([
"DISPLAY"
"WAYLAND_DISPLAY"
"HYPRLAND_INSTANCE_SIGNATURE"
@ -212,6 +212,7 @@ in with lib; {
"XDG_SESSION_TYPE"
"XDG_SESSION_DESKTOP"
"XDG_DESKTOP_PORTAL_DIR"
"XDG_BACKEND"
"GDK_BACKEND"
"QT_QPA_PLATFORM"
"SDL_VIDEODRIVER"