Lenovo Legion 16achg6 support (#796)

This commit is contained in:
Alojzy Leszcz
2023-12-13 08:40:08 +01:00
committed by GitHub
parent fef05bf9c8
commit 7763c6fd1f
5 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ ... }:
{
imports = [ ../hybrid ];
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
nvidia.prime.offload.enable = false;
amdgpu = {
amdvlk = false;
opencl = false;
};
};
}