dust: jetbrains-mono -> ibm-plex
This commit is contained in:
parent
87f542fb92
commit
3ca8edd6a7
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue