* added xmonad to possible windowManager choices in xserver.nix
svn path=/nixos/trunk/; revision=10180
This commit is contained in:
parent
d9ffa7f72e
commit
e893328176
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,10 @@ let
|
|||
${pkgs.compiz}/bin/compiz gconf ${cfg.renderingFlag} &
|
||||
${pkgs.compiz}/bin/gtk-window-decorator --sync &
|
||||
''
|
||||
|
||||
else if windowManager == "xmonad" then ''
|
||||
${pkgs.xmonad}/bin/xmonad &
|
||||
''
|
||||
|
||||
else if windowManager == "none" then ''
|
||||
# The session starter will start the window manager.
|
||||
|
|
Loading…
Reference in a new issue