Intel Graphics: Difference between revisions

hardware.graphics -> hardware.opengl
drop 24.05 compat
Line 17: Line 17:
Sample configuration:
Sample configuration:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
   hardware.graphics = { # hardware.opengl in 24.05
   hardware.graphics = {
     enable = true;
     enable = true;
     extraPackages = with pkgs; [
     extraPackages = with pkgs; [