dust: jetbrains-mono -> ibm-plex

This commit is contained in:
Guanran Wang 2024-11-15 21:20:47 +08:00
parent 87f542fb92
commit 3ca8edd6a7
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -160,10 +160,10 @@
runHook postInstall runHook postInstall
''; '';
}) })
(jetbrains-mono.overrideAttrs { (ibm-plex.overrideAttrs {
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
install -Dm644 -t $out/share/fonts/truetype/ fonts/variable/*.ttf install -Dm644 IBM-Plex-Mono/IBMPlexMono-*.otf -t $out/share/fonts/opentype
runHook postInstall runHook postInstall
''; '';
}) })
@ -184,7 +184,7 @@
emoji = [ "Noto Color Emoji" ]; emoji = [ "Noto Color Emoji" ];
# Append emoji font for Qt apps, they might use the monochrome emoji # Append emoji font for Qt apps, they might use the monochrome emoji
monospace = [ monospace = [
"JetBrains Mono" "IBM Plex Mono"
"Source Han Sans SC VF" "Source Han Sans SC VF"
"Symbols Nerd Font" "Symbols Nerd Font"
"Noto Color Emoji" "Noto Color Emoji"