* Synced with trunk @ 15208

svn path=/nixos/branches/modular-nixos/; revision=15362
This commit is contained in:
Marc Weber 2009-04-28 13:33:52 +00:00
parent a9360de947
commit bb2de6da2e

View File

@ -21,7 +21,7 @@ in
session = mkIf cfg.enable [{
name = "xmonad";
start = "
${pkgs.xmonad}/bin/xmonad &
${pkgs.haskellPackages.xmonad}/bin/xmonad &
waitPID=$!
";
}];