1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00

common-gpu-nvidia-sync: fix typos

This commit is contained in:
Jörg Thalheim 2024-03-24 11:01:23 +01:00 committed by mergify[bot]
parent 0cbc36e245
commit 5c0b7f47f4

View File

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