dotfiles/modules/nixos/desktop/plymouth/default.nix
2025-10-01 19:51:55 -05:00

5 lines
48 B
Nix
Executable file

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