nix: hardware.opengl.enable -> hardware.graphics.enable

hardware.opengl.enable is now deprecated.
This commit is contained in:
Donovan Glover
2024-06-25 10:48:35 -04:00
parent 742ab4508c
commit f6fc80c1f0

View File

@@ -48,5 +48,5 @@ in
};
};
hardware.opengl.enable = true;
hardware.graphics.enable = true;
}