AMD GPU: Difference between revisions

m added OpenCL option variant for 24.11
drop 24.05 compat
Line 9: Line 9:
   driSupport32Bit = true;
   driSupport32Bit = true;
};
};
</syntaxhighlight>
=== For 24.11 unstable release ===
<syntaxhighlight lang="nix">
hardware.graphics = {
  enable = true;
  enable32Bit = true;
};
</syntaxhighlight>
</syntaxhighlight>