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
commit b8f9e09ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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