diff --git a/options.xhtml b/options.xhtml index 873bf8f15..a7934c5da 100644 --- a/options.xhtml +++ b/options.xhtml @@ -47414,6 +47414,34 @@ package
Default:
pkgs.lutris
Declared by:
+
+
+<home-manager/modules/programs/lutris.nix>
+
+ |
programs.lutris.defaultWinePackage
+
+
+The wine/proton package to set as the default for lutris. +It must still be set under proton/winePackages.
+ +Type: +null or package
+ +Default:
+null
Example:
+"pkgs.proton-ge-bin"
Declared by:
|
@@ -47523,7 +47551,8 @@ attribute set of (submodule)
The package to use for this runner, nix will try to find the executable for this package. -A more specific path can be set by using settings.runner.runner_executable instead. +A more specific path can be set by using settings.runner.runner_executable instead. +Uncompatible with certain runners, such as wine.Type: null or package @@ -47599,7 +47628,8 @@ YAML 1.1 valueSpecific option to point to a runner executable directly, don’t set runner.package if you set this. +Specific option to point to a runner executable directly, don’t set runner.package if you set this. +Uncompatible with certain runners such as wine. Type: string or absolute path |