diff --git a/install/desktop/fonts.sh b/install/desktop/fonts.sh index 386a208..0076417 100644 --- a/install/desktop/fonts.sh +++ b/install/desktop/fonts.sh @@ -3,5 +3,5 @@ yay -S --noconfirm --needed ttf-font-awesome ttf-cascadia-mono-nerd ttf-ia-writer noto-fonts noto-fonts-emoji if [ -z "$OMARCHY_BARE" ]; then - yay -S --noconfirm --needed noto-fonts-cjk noto-fonts-extra + yay -S --noconfirm --needed ttf-jetbrains-mono noto-fonts-cjk noto-fonts-extra fi