mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
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
1 changed files with 6 additions and 1 deletions
|
@ -43,8 +43,13 @@ in {
|
||||||
in
|
in
|
||||||
"''${xmonad}/bin/xmonad";
|
"''${xmonad}/bin/xmonad";
|
||||||
'';
|
'';
|
||||||
|
default = ''test -n "$1" && eval "$@"'';
|
||||||
description = ''
|
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