update hardware.opengl.* to hardware.graphics.*

This commit is contained in:
jacekpoz 2024-07-15 22:51:10 +02:00
parent d3b808c2d1
commit 9885028d8c
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 4 additions and 4 deletions

View file

@ -45,9 +45,9 @@ in {
# enable = true;
# platform = "ipu6";
# };
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
mesa
libdrm

View file

@ -3,9 +3,9 @@
...
}: {
hardware = {
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
mesa
amdvlk