From a680781cc49acbba6d8b03553875904caec1ae4d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 7 Jul 2023 04:08:31 -0400 Subject: [PATCH] Fix typo --- home-manager/linux/programs/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index e2001ca..0dec892 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -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"