Merge pull request #67260 from pstch/fix/xsession-allow-session-choice
nixos/x11: provide selected session to custom session
This commit is contained in:
commit
b8f9e09ad1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue