···3434{
3535 options = {
3636 hardware.opengl.enable = mkOption {
3737- description = "Whether this configuration requires OpenGL.";
3737+ description = ''
3838+ Whether to enable OpenGL drivers. This is needed to enable
3939+ OpenGL support in X11 systems, as well as for Wayland compositors
4040+ like sway, way-cooler and Weston. It is enabled by default
4141+ by the corresponding modules, so you do not usually have to
4242+ set it yourself, only if there is no module for your wayland
4343+ compositor of choice. See services.xserver.enable,
4444+ programs.sway.enable, and programs.way-cooler.enable.
4545+ '';
3846 type = types.bool;
3947 default = false;
4040- internal = true;
4148 };
42494350 hardware.opengl.driSupport = mkOption {