migrate opengl options to graphics
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
d867fbb0f4
commit
e21753ee12
@ -1,10 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
## radv: an open-source Vulkan driver from freedesktop
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
||||
## amdvlk: an open-source Vulkan driver from AMD
|
||||
extraPackages = with pkgs; [
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
hardware = {
|
||||
enableAllFirmware = true;
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
|
Loading…
x
Reference in New Issue
Block a user