Changed: Plymouth

This commit is contained in:
DerGrumpf 2025-04-01 02:35:24 +02:00
parent eda38ee117
commit 17e5e7fb6d

View File

@ -3,11 +3,11 @@
plymouth = {
enable = true;
theme = "rings";
theme = "pixels";
themePackages = with pkgs; [
# By default we would install all themes
(adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
selected_themes = [ "pixels" ];
})
];
};