fix: add 0xproto back to monospace default fonts list

This commit is contained in:
2025-05-24 23:58:32 +02:00
parent eaa7e26cdc
commit 9a58df54ff

View File

@@ -20,7 +20,7 @@
fonts.fontconfig.enable = true;
fonts.fontconfig.defaultFonts = {
emoji = ["noto-fonts-emoji font-awesome"];
monospace = ["zpix" "fira-code"];
monospace = ["0xproto" "zpix" "fira-code"];
serif = [ "Noto Serif" "Source Han Serif" ];
sansSerif = [ "Noto Sans" "Source Han Sans" ];
};