nixos/steam: provide example in extraCompatPackages
This commit is contained in:
parent
74c55dbb25
commit
bdc55d2f86
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ in {
|
|||
extraCompatPackages = mkOption {
|
||||
type = types.listOf types.package;
|
||||
default = [ ];
|
||||
example = literalExpression ''
|
||||
with pkgs; [
|
||||
proton-ge-bin
|
||||
]
|
||||
'';
|
||||
description = lib.mdDoc ''
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue