nixpkgs/modules/services/x11/window-managers
Eelco Dolstra 17457297cb Update all legacy-style modules
I.e., modules that use "require = [options]".  Nowadays that should be
written as

  {
    options = { ... };
    config = { ... };
  };

Also, use "imports" instead of "require" in places where we actually
import another module.
2013-09-04 13:05:09 +02:00
..
awesome.nix
compiz.nix
default.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
i3.nix i3: Allow to pass a configuration file. 2013-08-14 17:33:06 +02:00
icewm.nix
metacity.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
none.nix
openbox.nix Openbox 2013-09-01 21:18:48 +03:00
twm.nix
wmii.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
xbmc.nix xbmc: Use /var/run/lirc/lircd as lirc socket 2013-04-03 23:16:27 +02:00
xmonad.nix