change boot theme

This commit is contained in:
arssmol1029
2025-11-15 01:59:16 +03:00
parent 8cfd087541
commit a0c6017738
+2 -4
View File
@@ -46,12 +46,10 @@
plymouth = { plymouth = {
enable = true; enable = true;
theme = "connect"; theme = "lone";
themePackages = with pkgs; themePackages = with pkgs;
[ [
(adi1090x-plymouth-themes.override { (adi1090x-plymouth-themes.override { selected_themes = [ "lone" ]; })
selected_themes = [ "connect" ];
})
]; ];
}; };