From 1a38405c8916eb574cb26f1b0ec605bd80fe5092 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 29 Mar 2022 15:00:47 +0200 Subject: [PATCH] Remove redundant QT environment variables --- modules/gui.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui.nix b/modules/gui.nix index ce4fe8e..2ddb513 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -41,8 +41,6 @@ with pkgs; export MOZ_USE_XINPUT2=1 export GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots export _JAVA_AWT_WM_NONREPARENTING=1 - export QT_QPA_PLATFORM=wayland - export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export SDL_VIDEODRIVER=wayland export GTK_THEME=Adapta-Eta export XDG_SESSION_TYPE=wayland