nixos/steam: provide example in extraCompatPackages

This commit is contained in:
Atemu
2024-03-16 12:07:52 +01:00
parent 74c55dbb25
commit bdc55d2f86

View File

@@ -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