diff --git a/common/gpu/nvidia/prime-sync.nix b/common/gpu/nvidia/prime-sync.nix index 245fae3..897d716 100644 --- a/common/gpu/nvidia/prime-sync.nix +++ b/common/gpu/nvidia/prime-sync.nix @@ -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; }; }