Steam/zh: Difference between revisions

RhenCloud (talk | contribs)
Created page with "=== 修复 GNOME Dock 栏和活动概览中游戏图标缺失的问题 ==="
RhenCloud (talk | contribs)
No edit summary
Line 61: Line 61:
# programs.gamemode.enable = true;
# programs.gamemode.enable = true;
</syntaxhighlight>
</syntaxhighlight>
如果您使用的是 Steam 控制器或 Valve Index,请确保已启用 Steam 硬件支持。这通常由 <code>programs.steam.enable = true;</code> ` 隐式地设置,该设置会同时启用 <code>hardware.steam-hardware.enable = true;</code> 。如有需要,您可以验证或显式地进行设置:
如果您使用的是 Steam 控制器或 Valve Index,请确保已启用 Steam 硬件支持。这通常由 <code>programs.steam.enable = true;</code> 隐式地设置,该设置会同时启用 <code>hardware.steam-hardware.enable = true;</code> 。如有需要,您可以验证或显式地进行设置:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
hardware.steam-hardware.enable = true;
hardware.steam-hardware.enable = true;