fix(fonts): actually use monospace font

This commit is contained in:
matt1432 2025-03-11 21:07:56 -04:00
parent 85035da7a1
commit 64ed35b347
3 changed files with 10 additions and 10 deletions
modules/base/locale

View file

@ -12,9 +12,10 @@ in {
fonts = {
fontconfig = {
enable = true;
defaultFonts = {
emoji = ["Noto Color Emoji"];
monospace = ["JetBrainsMono Nerd Font"];
monospace = ["JetBrainsMono Nerd Font Mono"];
sansSerif = ["Noto Nerd Font"];
serif = ["Noto Nerd Font"];
};