nixos/steam: provide example in extraCompatPackages
This commit is contained in:
@@ -74,6 +74,11 @@ in {
|
|||||||
extraCompatPackages = mkOption {
|
extraCompatPackages = mkOption {
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
|
example = literalExpression ''
|
||||||
|
with pkgs; [
|
||||||
|
proton-ge-bin
|
||||||
|
]
|
||||||
|
'';
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Extra packages to be used as compatibility tools for Steam on Linux. Packages will be included
|
Extra packages to be used as compatibility tools for Steam on Linux. Packages will be included
|
||||||
in the `STEAM_EXTRA_COMPAT_TOOLS_PATHS` environmental variable. For more information see
|
in the `STEAM_EXTRA_COMPAT_TOOLS_PATHS` environmental variable. For more information see
|
||||||
|
|||||||
Reference in New Issue
Block a user