xsession: set default value of windowManager.command to handle display manager parameter (#2123)
Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
This commit is contained in:
parent
72394f6d6b
commit
ec260995e2
|
@ -43,8 +43,13 @@ in {
|
|||
in
|
||||
"''${xmonad}/bin/xmonad";
|
||||
'';
|
||||
default = ''test -n "$1" && eval "$@"'';
|
||||
description = ''
|
||||
Window manager start command.
|
||||
Command to use to start the window manager.
|
||||
</para><para>
|
||||
The default value allows integration with NixOS' generated xserver configuration.
|
||||
</para><para>
|
||||
Extra actions and commands can be specified in <option>xsession.initExtra</option>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue