mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-16 05:51:14 +01:00
ASUS TUF FA507NV added.
This commit is contained in:
parent
cdbb5bb040
commit
0cbc36e245
5 changed files with 36 additions and 0 deletions
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue