migrate opengl options to graphics

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-21 19:41:34 -04:00 committed by Alice Huston
parent d867fbb0f4
commit e21753ee12
2 changed files with 4 additions and 4 deletions

View File

@ -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; [

View File

@ -35,7 +35,7 @@
hardware = {
enableAllFirmware = true;
opengl = {
graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD