added plymouth config

This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-14 09:42:07 +01:00
parent 5ba1050e63
commit 2c92f5c486

View file

@ -5,8 +5,8 @@
enable = true;
theme = "rings";
themePackages = with pkgs; [
(adil1090x-plymouth-themes.overrride {
selected_themes = [ "target" ];
(adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};