Fix typo
This commit is contained in:
parent
d902a12c56
commit
a680781cc4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue