Skip to content

Commit a176fad

Browse files
authored
Update useWindowsDriver's description
1 parent 8da1df9 commit a176fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wsl-distro.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in
99

1010
options.wsl = with types; {
1111
enable = mkEnableOption "support for running NixOS as a WSL distribution";
12-
useWindowsDriver = mkEnableOption "Use windows host as OpenGL driver";
12+
useWindowsDriver = mkEnableOption "OpenGL driver from the Windows host";
1313
binShPkg = mkOption {
1414
type = package;
1515
internal = true;

0 commit comments

Comments
 (0)