boot: use upstream plymouth themes package

This commit is contained in:
lelgenio 2023-08-31 16:22:55 -03:00
parent 55d5178bb6
commit 3548de8d33
3 changed files with 4 additions and 28 deletions

View file

@ -37,8 +37,10 @@
plymouth = {
enable = true;
theme = lib.mkIf (pkgs.uservars.desktop == "sway") "red_loader";
themePackages = [
pkgs.plymouth-theme-red
themePackages = with pkgs; [
(adi1090x-plymouth-themes.override {
selected_themes = [ "red_loader" ];
})
];
};
};