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
1 changed files with 14 additions and 14 deletions

View File

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