profiles/system: update font list

This commit is contained in:
Gabriel Arazas 2022-07-08 07:28:59 +08:00
parent 0c08f52f19
commit c46091d455

View File

@ -83,14 +83,17 @@ in {
includeUserConf = true; includeUserConf = true;
defaultFonts = { defaultFonts = {
monospace = [ "Iosevka" "Source Code Pro" ]; monospace = [ "Iosevka" "Jetbrains Mono" "Source Code Pro" ];
sansSerif = [ "Source Sans Pro" "Noto Sans" ]; sansSerif = [ "Source Sans Pro" "Noto Sans" ];
serif = [ "Source Serif Pro" "Noto Serif" ]; serif = [ "Source Serif Pro" "Noto Serif" ];
emoji = [ "Noto Color Emoji" ];
}; };
}; };
fonts = with pkgs; [ fonts = with pkgs; [
#iosevka # Some monospace fonts.
iosevka
jetbrains-mono
# Noto font family # Noto font family
noto-fonts noto-fonts