about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-03-16 12:07:52 +0100
committerAtemu <atemu.main@gmail.com>2024-03-16 17:59:27 +0100
commitbdc55d2f8671881b81d6797928b3e7569235b1ba (patch)
tree799f23bdd055782d027771c7c2fcf9ed7c2bac8b /nixos/modules/programs
parent74c55dbb254680170610c931fb839966d7c0bad2 (diff)
downloadnixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar.gz
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar.bz2
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar.lz
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar.xz
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.tar.zst
nixlib-bdc55d2f8671881b81d6797928b3e7569235b1ba.zip
nixos/steam: provide example in extraCompatPackages
Diffstat (limited to 'nixos/modules/programs')
-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 8fc0f35c0dce..c93a34f61849 100644
--- a/nixos/modules/programs/steam.nix
+++ b/nixos/modules/programs/steam.nix
@@ -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