···34{
35 options = {
36 hardware.opengl.enable = mkOption {
37+ description = ''
38+ Whether to enable OpenGL drivers. This is needed to enable
39+ OpenGL support in X11 systems, as well as for Wayland compositors
40+ like sway, way-cooler and Weston. It is enabled by default
41+ by the corresponding modules, so you do not usually have to
42+ set it yourself, only if there is no module for your wayland
43+ compositor of choice. See services.xserver.enable,
44+ programs.sway.enable, and programs.way-cooler.enable.
45+ '';
46 type = types.bool;
47 default = false;
048 };
4950 hardware.opengl.driSupport = mkOption {