about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-03-16 12:07:52 +0100
committerLord-Valen <lord_valen@protonmail.com>2024-03-18 16:31:46 -0400
commit4c3e56ecb30e11a5007d6c021f583a6905fc617e (patch)
treede3f8889181f4321ee1314a0556e2099f0f27076 /nixos/modules
parent82e356ecdf75383ad369a6554f79123cec21d899 (diff)
nixos/steam: provide example in extraCompatPackages
(cherry picked from commit bdc55d2f8671881b81d6797928b3e7569235b1ba)
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/programs/steam.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/programs/steam.nix b/nixos/modules/programs/steam.nix
index 149941775317d..8a0148658af38 100644
--- a/nixos/modules/programs/steam.nix
+++ b/nixos/modules/programs/steam.nix
@@ -72,6 +72,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