We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useWindowsDriver
1 parent 8da1df9 commit a176fadCopy full SHA for a176fad
modules/wsl-distro.nix
@@ -9,7 +9,7 @@ in
9
10
options.wsl = with types; {
11
enable = mkEnableOption "support for running NixOS as a WSL distribution";
12
- useWindowsDriver = mkEnableOption "Use windows host as OpenGL driver";
+ useWindowsDriver = mkEnableOption "OpenGL driver from the Windows host";
13
binShPkg = mkOption {
14
type = package;
15
internal = true;
0 commit comments