nix-configs/modules/plymouth.nix
2024-05-31 20:51:33 -04:00

7 lines
137 B
Nix

{ ... }: {
boot.plymouth = {
enable = true;
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
theme = "owl";
};
}