nix-configs/modules/plymouth.nix

8 lines
136 B
Nix
Raw Normal View History

2024-05-31 20:50:40 -04:00
{ ... }:
{
boot.plymouth = {
enable = true;
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
theme = "owl";
};
}