From 3551662097c17b608aa4b98bead804e660f5d7b7 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 14 Sep 2025 00:08:59 +0000 Subject: [PATCH] deploy: e286f848a032a94b875af703f7b9ad77faf58b32 --- options.xhtml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) 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 value

-

Specific 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