Change default monospace font

This commit is contained in:
Joshua Yuen 2026-01-21 17:14:44 -05:00
parent e60c8498c0
commit e494904bcc
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
name = "Noto Color Emoji"; name = "Noto Color Emoji";
}; };
monospace = { monospace = {
package = pkgs.nerd-fonts.jetbrains-mono; package = pkgs.nerd-fonts.meslo-lg;
name = "JetBrains Mono"; name = "MesloLGS Nerd Font";
}; };
sansSerif = { sansSerif = {
package = pkgs.montserrat; package = pkgs.montserrat;