nixpkgs/modules/programs
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
..
bash Update all legacy-style modules 2013-09-04 13:05:09 +02:00
atop.nix atop: Add basic config option for /etc/atoprc 2013-05-23 11:14:24 +00:00
blcr.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
info.nix
shadow.nix Add option ‘users.motd’ for setting a message of the day shown on login 2012-10-23 09:10:48 -04:00
shell.nix Add option for specifying shell aliases, environment.shellAliases. 2012-11-20 16:33:29 +01:00
ssh.nix Add programs.ssh.extraConfig option 2013-08-25 21:54:21 +02:00
ssmtp.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
venus.nix venus: Support https 2013-07-25 22:57:09 +02:00
virtualbox.nix Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
wvdial.nix