13 lines
306 B
Nix
Executable file
13 lines
306 B
Nix
Executable file
{pkgs, ...}: {
|
|
boot.plymouth.enable = true;
|
|
# boot.plymouth.themePackages = with pkgs; [
|
|
# plymouth-blahaj-theme
|
|
# ];
|
|
# boot.plymouth.theme = "blahaj";
|
|
|
|
# boot.plymouth.theme = "plymouth-modern-bgrt";
|
|
# boot.plymouth.themePackages = [
|
|
# (pkgs.callPackage ./modern-bgrt.nix {})
|
|
# ];
|
|
}
|