Files
nix-config/modules/nixos/boot/plymouth/default.nix
mjallen18 1bc7856d93 teml
2025-07-23 09:50:11 -05:00

6 lines
56 B
Nix

{ ... }:
{
boot.plymouth = {
enable = true;
};
}