mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 17:27:14 +08:00
ASUS TUF FA507NV added.
This commit is contained in:
10
common/gpu/nvidia/prime-sync.nix
Normal file
10
common/gpu/nvidia/prime-sync.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user