Steam/zh: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 51: | Line 51: | ||
== 配置 == | == 配置 == | ||
基本 Steam 功能可以直接在 {{nixos:option|programs.steam}} 属性集中启用: | 基本 Steam 功能可以直接在 {{nixos:option|programs.steam}} 属性集中启用: | ||
{{file|/etc/nixos/configuration.nix|nix| | {{file|/etc/nixos/configuration.nix|nix| | ||
| Line 68: | Line 66: | ||
}} | }} | ||
{{note|如果您使用的是 Steam 控制器或 Valve Index,Steam 硬件支持会通过设置 <code>programs.steam.enable {{=}} true;</code> 将{{nixos:option|hardware.steam-hardware.enable}} 选项同步设置为 true 来隐性启用}} | |||
<span id="Tips_and_tricks"></span> | <span id="Tips_and_tricks"></span> | ||
| Line 142: | Line 140: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
然后安装并运行 <code>steam-tui</code>。如果 <code>steamcmd</code> 出现问题,您可能需要先在 <code>steam-tui</code> 中登录: | |||
然后安装并运行 | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||