update hardware.opengl.* to hardware.graphics.*
This commit is contained in:
parent
d3b808c2d1
commit
9885028d8c
2 changed files with 4 additions and 4 deletions
|
@ -45,9 +45,9 @@ in {
|
|||
# enable = true;
|
||||
# platform = "ipu6";
|
||||
# };
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
mesa
|
||||
libdrm
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
...
|
||||
}: {
|
||||
hardware = {
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
mesa
|
||||
amdvlk
|
||||
|
|
Loading…
Reference in a new issue