Merge pull request #254833 from NickCao/qt4-leftover

nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has b…

authored by Nick Cao and committed by GitHub e8e461df aaf2f7fa

-2
-2
nixos/modules/programs/environment.nix
··· 37 environment.profileRelativeSessionVariables = 38 { PATH = [ "/bin" ]; 39 INFOPATH = [ "/info" "/share/info" ]; 40 - KDEDIRS = [ "" ]; 41 - QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ]; 42 QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ]; 43 GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ]; 44 XDG_CONFIG_DIRS = [ "/etc/xdg" ];
··· 37 environment.profileRelativeSessionVariables = 38 { PATH = [ "/bin" ]; 39 INFOPATH = [ "/info" "/share/info" ]; 40 QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ]; 41 GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ]; 42 XDG_CONFIG_DIRS = [ "/etc/xdg" ];