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

View File

@@ -0,0 +1,10 @@
{ lib, config, ... }:
{
imports = [ ./. ];
hardware.nvidia.prime = {
# For people who want to use sync insted of offload. Esipecially for AMD CPU users
sync.enable = lib.mkOverride 990 true;
};
}