change boot theme
This commit is contained in:
+2
-4
@@ -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" ];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user