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:
parent
08aae1a581
commit
bad907bf04
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue