Add missing fonts
This commit is contained in:
parent
dbd007f6a7
commit
24473be846
@ -155,11 +155,14 @@ inputs:
|
|||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
font-awesome
|
||||||
font-awesome-ttf
|
font-awesome-ttf
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
material-icons
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user