Chromium: Difference between revisions
imported>Fadenb m Syntaxhighlight |
imported>Evanjs m →Enable GPU support: : Rename `services.xserver.vaapiDrivers' to `hardware.opengl.extraPackages'. |
||
| Line 83: | Line 83: | ||
For intel: | For intel: | ||
64 bit | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
hardware.opengl.extraPackages = with pkgs; [ vaapiIntel ]; | |||
</syntaxhighlight> | |||
32 bit | |||
<syntaxhighlight lang="nix"> | |||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ vaapiIntel ]; | |||
</syntaxhighlight> | </syntaxhighlight> | ||