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