Home
Random
Log in
Settings
About the NixOS Wiki
Official NixOS Wiki
Search
Translations
:
NixOS as a desktop/15/zh
Language
Watch
View source
Revision as of 11:25, 25 February 2025 by
Mayer
(
talk
|
contribs
)
(Created page with "* 导入其他模块 * 声明新的选项 * 为选项设定值(这就是你的默认configuration.nix主要做的事情) * 从其他模块引用选项的值(通过传给所有模块的<code>config</code>属性)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
导入其他模块
声明新的选项
为选项设定值(这就是你的默认configuration.nix主要做的事情)
从其他模块引用选项的值(通过传给所有模块的
config
属性)