feat: add vulkan drivers for both 32 and 64 bit arch
This commit is contained in:
@@ -150,7 +150,18 @@
|
||||
|
||||
# Make sure opengl is enabled
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-compute-runtime intel-media-driver ocl-icd ];
|
||||
hardware.graphics.enable32Bit = true;
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver
|
||||
ocl-icd
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
vulkan-validation-layers
|
||||
libva-vdpau-driver
|
||||
libvdpau-va-gl
|
||||
mesa
|
||||
];
|
||||
|
||||
console = {
|
||||
earlySetup = true;
|
||||
|
||||
Reference in New Issue
Block a user