1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules
Eelco Dolstra 02cef04c81 Move the NVIDIA support into its own module
Previously all card-specific stuff was scattered across xserver.nix
and opengl.nix, which is ugly. Now it can be kept together in a single
card-specific module. This required the addition of a few internal
options:

- services.xserver.drivers: A list of { name, driverName, modules,
  libPath } sets.

- hardware.opengl.package: The OpenGL implementation. Note that there
  can be only one OpenGL implementation at a time in a system
  configuration (i.e. no dynamic detection).

- hardware.opengl.package32: The 32-bit OpenGL implementation.
2014-04-29 14:42:36 +02:00
..
config
hardware Move the NVIDIA support into its own module 2014-04-29 14:42:36 +02:00
installer
misc
profiles
programs
security
services Move the NVIDIA support into its own module 2014-04-29 14:42:36 +02:00
system
tasks
testing
virtualisation
module-list.nix Move the NVIDIA support into its own module 2014-04-29 14:42:36 +02:00
rename.nix