* added xmonad to possible windowManager choices in xserver.nix

svn path=/nixos/trunk/; revision=10180
This commit is contained in:
Andres Löh 2008-01-16 16:49:22 +00:00
parent d9ffa7f72e
commit e893328176

View File

@ -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.