revert: remove plymouth

plymouth: removed because it was too bothersome
This commit is contained in:
Zhongheng Liu 2025-01-10 21:26:14 +02:00
commit f1d727cedd
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -27,14 +27,14 @@ in
# options = [ "rw" "uid=1000" ]; # options = [ "rw" "uid=1000" ];
#}; #};
boot = { boot = {
plymouth = { /*plymouth = {
enable = true; enable = true;
theme = "rings"; theme = "rings";
themePackages = with pkgs; [ themePackages = with pkgs; [
# By default we would install all themes # By default we would install all themes
(adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) (adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; })
]; ];
}; };*/
# Enable "Silent Boot" # Enable "Silent Boot"
consoleLogLevel = 0; consoleLogLevel = 0;