From 5c0b7f47f4aabd0b6aedfbecec4ea9a31cb5a156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 24 Mar 2024 11:01:23 +0100 Subject: [PATCH] common-gpu-nvidia-sync: fix typos --- common/gpu/nvidia/prime-sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }