default.nix (104B)
1 { style, ... }: 2 { 3 config.boot.plymouth = { 4 enable = true; 5 font = style.fonts.mono.ttf; 6 }; 7 }