Merge pull request #67260 from pstch/fix/xsession-allow-session-choice

nixos/x11: provide selected session to custom session
This commit is contained in:
Matthew Bauer
2019-08-28 11:07:19 -04:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ let
# Allow the user to setup a custom session type.
if test -x ~/.xsession; then
exec ~/.xsession
eval exec ~/.xsession "$@"
fi
if test "$1"; then