fix(fonts): Explicitely set emoji fonts
This commit is contained in:
parent
2275082351
commit
f82e9ecfbf
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
||||||
{ name = "Noto Serif"; package = pkgs.noto-fonts; }
|
{ name = "Noto Serif"; package = pkgs.noto-fonts; }
|
||||||
fallbackSymbols
|
fallbackSymbols
|
||||||
];
|
];
|
||||||
|
fonts.emoji = { package = pkgs.noto-fonts-emoji; name = "Noto Color Emoji"; };
|
||||||
fonts.sizes.popups = 12;
|
fonts.sizes.popups = 12;
|
||||||
targets.plymouth.logoAnimated = false;
|
targets.plymouth.logoAnimated = false;
|
||||||
targets.plymouth.logo = cfg.bootLogo;
|
targets.plymouth.logo = cfg.bootLogo;
|
||||||
|
|
Loading…
Reference in a new issue