feat: add amdgpu support and update DRI_PRIME config

Added `amdgpu` to the kernel modules to provide support for AMD GPUs. Updated the `DRI_PRIME` environment variable to specify the correct PCI device.
This commit is contained in:
Harald Hoyer 2024-11-22 09:47:27 +01:00
parent 08aae1a581
commit bad907bf04
2 changed files with 2 additions and 2 deletions

View file

@ -80,6 +80,7 @@ with lib.metacfg;
LIBVA_DRIVER_NAME = "iHD";
# NIXOS_OZONE_WL = "1";
# DRI_PRIME = "pci-0000_24_00_0";
DRI_PRIME = "pci-0000_00_02_0";
};
system.stateVersion = "23.11";