7 lines
137 B
Nix
7 lines
137 B
Nix
{ ... }: {
|
|
boot.plymouth = {
|
|
enable = true;
|
|
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
|
theme = "owl";
|
|
};
|
|
}
|