Fix typo
This commit is contained in:
parent
d902a12c56
commit
a680781cc4
|
@ -204,7 +204,7 @@ in with lib; {
|
||||||
|
|
||||||
# systemd integration
|
# systemd integration
|
||||||
exec-once=dbus-update-activation-environment --systemd ${
|
exec-once=dbus-update-activation-environment --systemd ${
|
||||||
lib.concatStringsSep "" ([
|
lib.concatStringsSep " " ([
|
||||||
"DISPLAY"
|
"DISPLAY"
|
||||||
"WAYLAND_DISPLAY"
|
"WAYLAND_DISPLAY"
|
||||||
"HYPRLAND_INSTANCE_SIGNATURE"
|
"HYPRLAND_INSTANCE_SIGNATURE"
|
||||||
|
@ -212,6 +212,7 @@ in with lib; {
|
||||||
"XDG_SESSION_TYPE"
|
"XDG_SESSION_TYPE"
|
||||||
"XDG_SESSION_DESKTOP"
|
"XDG_SESSION_DESKTOP"
|
||||||
"XDG_DESKTOP_PORTAL_DIR"
|
"XDG_DESKTOP_PORTAL_DIR"
|
||||||
|
"XDG_BACKEND"
|
||||||
"GDK_BACKEND"
|
"GDK_BACKEND"
|
||||||
"QT_QPA_PLATFORM"
|
"QT_QPA_PLATFORM"
|
||||||
"SDL_VIDEODRIVER"
|
"SDL_VIDEODRIVER"
|
||||||
|
|
Loading…
Reference in New Issue