8 lines
158 B
Nix
Executable file
8 lines
158 B
Nix
Executable file
{pkgs, ...}: {
|
|
boot.plymouth.enable = true;
|
|
boot.plymouth.themePackages = with pkgs; [
|
|
plymouth-blahaj-theme
|
|
];
|
|
boot.plymouth.theme = "blahaj";
|
|
}
|