Steam/zh: Difference between revisions

RhenCloud (talk | contribs)
Created page with "这样就可以在当前 shell 中使用这些工具,而无需将其添加到系统配置中。为了使 <code>steamcmd</code> 能够正确执行某些任务(例如初始化 steam-tui),您可能需要运行一次 steamcmd 来生成必要的文件,如 `steam-tui` 部分所示。"
RhenCloud (talk | contribs)
Created page with "要安装 Steam 软件包并启用所有必要的系统选项以使其运行,请将以下内容添加到您的 <code>/etc/nixos/configuration.nix</code> 中:"
Line 19: Line 19:
==== 系统设置 ====
==== 系统设置 ====


<div lang="en" dir="ltr" class="mw-content-ltr">
要安装 [[Steam]] 软件包并启用所有必要的系统选项以使其运行,请将以下内容添加到您的 <code>/etc/nixos/configuration.nix</code> 中:
To install the [[Steam]] package and enable all the system options necessary to allow it to run, add the following to your <code>/etc/nixos/configuration.nix</code>:
</div>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
# Example for /etc/nixos/configuration.nix
# Example for /etc/nixos/configuration.nix