Change default fonts

This commit is contained in:
Isshi0417 2024-07-15 22:40:56 +09:00
parent 20e2113e84
commit 86daa9ab69

View File

@ -37,8 +37,8 @@
fontconfig = {
defaultFonts = {
serif = [ "Hack Nerd Font" ];
sansSerif = [ "DejaVuSansM Nerd Font" ];
monospace = [ "JetBrainsMono Nerd Font" ];
sansSerif = [ "Hack Nerd Font" ];
monospace = [ "GohuFont 14 Nerd Font" ];
};
};
};