ASUS TUF FA507NV added.

This commit is contained in:
Emre Cebi
2024-03-18 21:50:42 +01:00
committed by mergify[bot]
parent cdbb5bb040
commit 0cbc36e245
5 changed files with 36 additions and 0 deletions

21
asus/fa507nv/default.nix Normal file
View File

@@ -0,0 +1,21 @@
{ lib, pkgs, ... }:
{
imports = [
../../common/cpu/amd
../../common/cpu/amd/raphael/igpu.nix
../../common/cpu/amd/pstate.nix
../../common/gpu/nvidia
../../common/gpu/nvidia/prime-sync.nix
../../common/hidpi.nix
../../common/pc/laptop
../../common/pc/ssd
];
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.nvidia.prime = {
amdgpuBusId = "PCI:54:0:0";
nvidiaBusId = "PCI:1:0:0";
};
}