mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Update deprecated names
This commit is contained in:
parent
8f6137e52b
commit
919a2efc17
|
@ -23,16 +23,12 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# Enable OpenCL and AMDVLK
|
# Enable OpenCL and AMDVLK
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [ amdvlk ];
|
||||||
amdvlk
|
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||||
];
|
|
||||||
extraPackages32 = with pkgs; [
|
|
||||||
driversi686Linux.amdvlk
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
opengl = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# VA-API implementation using NVIDIA's NVDEC
|
# VA-API implementation using NVIDIA's NVDEC
|
||||||
|
|
Loading…
Reference in a new issue