* added xmonad to possible windowManager choices in xserver.nix
svn path=/nixos/trunk/; revision=10180
This commit is contained in:
parent
d9ffa7f72e
commit
e893328176
@ -223,6 +223,10 @@ let
|
|||||||
${pkgs.compiz}/bin/gtk-window-decorator --sync &
|
${pkgs.compiz}/bin/gtk-window-decorator --sync &
|
||||||
''
|
''
|
||||||
|
|
||||||
|
else if windowManager == "xmonad" then ''
|
||||||
|
${pkgs.xmonad}/bin/xmonad &
|
||||||
|
''
|
||||||
|
|
||||||
else if windowManager == "none" then ''
|
else if windowManager == "none" then ''
|
||||||
# The session starter will start the window manager.
|
# The session starter will start the window manager.
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user