use pymouth themes from nixpkgs
This commit is contained in:
parent
eb5862f1c2
commit
15f1b515c3
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
boot.plymouth = {
|
||||
boot.plymouth = let theme = "owl"; in {
|
||||
enable = true;
|
||||
themePackages = [
|
||||
(pkgs.adi1090x-plymouth.override {
|
||||
pack = "pack_3";
|
||||
theme = "owl";
|
||||
})
|
||||
(pkgs.adi1090x-plymouth-themes.override { selected_themes = [ theme ]; })
|
||||
];
|
||||
theme = "adi1090x";
|
||||
inherit theme;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue