Making twm work with the new xserver expression.

svn path=/nixos/trunk/; revision=17042
This commit is contained in:
Lluís Batlle i Rossell 2009-09-11 09:41:19 +00:00
parent ecde113c52
commit ca241a4801

View file

@ -3,7 +3,7 @@
let
inherit (pkgs.lib) mkOption mkIf;
cfg = config.services.xserver.windowManager.twm;
xorg = config.services.xserver.package;
xorg = pkgs.xorg;
option = { services = { xserver = { windowManager = {