dotfiles/modules/nixos/desktop/plymouth/default.nix

6 lines
48 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
boot.plymouth = {
enable = true;
};
}