From 08280c415f2c7e337e7e646494d919ccc39f6082 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 25 Jan 2009 15:48:30 +0000 Subject: [PATCH] Add support for wmii. svn path=/nixos/branches/fix-style/; revision=13850 --- upstart-jobs/xserver.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upstart-jobs/xserver.nix b/upstart-jobs/xserver.nix index 51004d45702..9064ec15310 100644 --- a/upstart-jobs/xserver.nix +++ b/upstart-jobs/xserver.nix @@ -581,6 +581,10 @@ let ${pkgs.xmonad}/bin/xmonad & '' + else if windowManager == "wmii" then '' + ${pkgs.wmiiSnap}/bin/wmii & + '' + else if windowManager == "none" then '' # The session starter will start the window manager. ''