Merge pull request #6072 from AndersonTorres/window-managers
Update NixOS module files to include WindowMaker
This commit is contained in:
commit
12834a8500
|
@ -7,19 +7,19 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
imports =
|
||||
[ ./compiz.nix
|
||||
./openbox.nix
|
||||
imports = [
|
||||
./bspwm.nix
|
||||
./compiz.nix
|
||||
./herbstluftwm.nix
|
||||
./i3.nix
|
||||
./metacity.nix
|
||||
./none.nix
|
||||
./openbox.nix
|
||||
./stumpwm.nix
|
||||
./twm.nix
|
||||
./windowmaker.nix
|
||||
./wmii.nix
|
||||
./xmonad.nix
|
||||
./i3.nix
|
||||
./herbstluftwm.nix
|
||||
./bspwm.nix
|
||||
./stumpwm.nix
|
||||
];
|
||||
./none.nix ];
|
||||
|
||||
options = {
|
||||
|
||||
|
|
Loading…
Reference in New Issue