Plymouth/zh: Difference between revisions

Ardenet (talk | contribs)
No edit summary
Ardenet (talk | contribs)
Created page with "默认情况下,我们会安装所有主题。"
Line 5: Line 5:
== 用法 ==
== 用法 ==


<div class="mw-translate-fuzzy">
例如,您可以通过以下代码使用 [https://github.com/adi1090x/plymouth-themes collection] 中的启动动画:
<span lang="zh" dir="ltr">例如,您可以通过以下代码使用 [https://github.com/adi1090x/plymouth-themes adi1090x's collection] 中的启动动画:</span>
</div>


{{file|3={ pkgs, ... }: {
{{file|3={ pkgs, ... }: {
Line 15: Line 13:
       theme = "rings";
       theme = "rings";
       themePackages = with pkgs; [
       themePackages = with pkgs; [
         # By default we would install all themes
         # 默认情况下,我们会安装所有主题。
         (adi1090x-plymouth-themes.override {
         (adi1090x-plymouth-themes.override {
           selected_themes = [ "rings" ];
           selected_themes = [ "rings" ];