fix: spelling errors

This commit is contained in:
Bradley Nelson
2024-09-01 12:09:28 -06:00
committed by mergify[bot]
parent 04567f4ebc
commit ca005ac1e8
3 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,6 @@ in
{
imports = [ ../. ];
# enable the opensorce drivers if the package supports it
# enable the open source drivers if the package supports it
hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware);
}