mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* added xmonad to possible windowManager choices in xserver.nix
svn path=/nixos/trunk/; revision=10180
This commit is contained in:
parent
d9ffa7f72e
commit
e893328176
@ -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 New Issue
Block a user