Plymouth/zh: Difference between revisions
No edit summary |
Created page with "默认情况下,我们会安装所有主题。" |
||
| Line 5: | Line 5: | ||
== 用法 == | == 用法 == | ||
例如,您可以通过以下代码使用 [https://github.com/adi1090x/plymouth-themes collection] 中的启动动画: | |||
{{file|3={ pkgs, ... }: { | {{file|3={ pkgs, ... }: { | ||
| Line 15: | Line 13: | ||
theme = "rings"; | theme = "rings"; | ||
themePackages = with pkgs; [ | themePackages = with pkgs; [ | ||
# | # 默认情况下,我们会安装所有主题。 | ||
(adi1090x-plymouth-themes.override { | (adi1090x-plymouth-themes.override { | ||
selected_themes = [ "rings" ]; | selected_themes = [ "rings" ]; | ||