steam: don't set XDG_DATA_DIR

This commit is contained in:
Jonathan Ringer 2022-03-14 22:39:03 -07:00 committed by Jonathan Ringer
parent d472df8aa7
commit 96f1f99c05

View file

@ -228,9 +228,6 @@ in buildFHSUserEnv rec {
export TZ="$new_TZ"
fi
fi
# XDG_DATA_DIRS is used by pressure-vessel and vulkan loaders to find the corresponding icd
export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}/run/opengl-driver/share:/run/opengl-driver-32/share
'' + extraProfile;
runScript = writeScript "steam-wrapper.sh" ''