Merge pull request #6072 from AndersonTorres/window-managers

Update NixOS module files to include WindowMaker
This commit is contained in:
lethalman 2015-02-10 13:06:06 +01:00
commit 12834a8500

View File

@ -7,19 +7,19 @@ let
in
{
imports =
[ ./compiz.nix
./openbox.nix
./metacity.nix
./none.nix
./twm.nix
./wmii.nix
./xmonad.nix
./i3.nix
./herbstluftwm.nix
./bspwm.nix
./stumpwm.nix
];
imports = [
./bspwm.nix
./compiz.nix
./herbstluftwm.nix
./i3.nix
./metacity.nix
./openbox.nix
./stumpwm.nix
./twm.nix
./windowmaker.nix
./wmii.nix
./xmonad.nix
./none.nix ];
options = {
@ -61,4 +61,4 @@ in
config = {
services.xserver.displayManager.session = cfg.session;
};
}
}