boot: use upstream plymouth themes package
This commit is contained in:
parent
55d5178bb6
commit
3548de8d33
3 changed files with 4 additions and 28 deletions
|
@ -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" ];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue