From 79987c5b7f85037257581bb52525fbfb97a0ae08 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 16 Jul 2023 15:19:29 +0200 Subject: [PATCH] compositor: Fix styling of QT apps launched by systemd --- modules/graphical/compositor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/compositor/default.nix b/modules/graphical/compositor/default.nix index 16195313..7155c841 100644 --- a/modules/graphical/compositor/default.nix +++ b/modules/graphical/compositor/default.nix @@ -152,7 +152,7 @@ let configure_touchpads tap enabled configure_touchpads scroll-method two-finger - ${pkgs.dbus}/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XCURSOR_SIZE + ${pkgs.dbus}/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XCURSOR_SIZE QT_QPA_PLATFORM_THEME QT_STYLE_OVERRIDE QT_PLUGIN_PATH QTWEBKIT_PLUGIN_PATH systemctl --user start river-session.target ''; in