Change default monospace font

This commit is contained in:
Joshua Yuen 2026-01-21 17:14:44 -05:00
parent 69e3c2528d
commit 99eb70d764
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";
};
monospace = {
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetBrains Mono";
package = pkgs.nerd-fonts.meslo-lg;
name = "MesloLGS Nerd Font";
};
sansSerif = {
package = pkgs.montserrat;