summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-20 02:51:31 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-20 03:37:51 +0300
commit221685aee9f59a6cfb1845b6b661fac2335881a4 (patch)
tree45e1030b7546811692fe53a91d5dd70e85d7af33 /nixos/modules/hardware/opengl.nix
parent05eee18e7a70304a4807755e69b22235182b31be (diff)
downloadnixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar.gz
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar.bz2
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar.lz
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar.xz
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.tar.zst
nixpkgs-221685aee9f59a6cfb1845b6b661fac2335881a4.zip
opengl service: mention that you can add OpenCL drivers
Diffstat (limited to 'nixos/modules/hardware/opengl.nix')
-rw-r--r--nixos/modules/hardware/opengl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index c4fad9a6672..5e38a988096 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -96,7 +96,7 @@ in
       example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
       description = ''
         Additional packages to add to OpenGL drivers. This can be used
-        to add additional VA-API/VDPAU drivers.
+        to add OpenCL drivers, VA-API/VDPAU drivers etc.
       '';
     };
 
@@ -107,7 +107,7 @@ in
       description = ''
         Additional packages to add to 32-bit OpenGL drivers on
         64-bit systems. Used when <option>driSupport32Bit</option> is
-        set. This can be used to add additional VA-API/VDPAU drivers.
+        set. This can be used to add OpenCL drivers, VA-API/VDPAU drivers etc.
       '';
     };