change mono font from fira code to maple mono

This commit is contained in:
ulic-youthlic 2025-03-07 02:17:15 +08:00
parent 63a04604d1
commit a5e890ada2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 32 additions and 18 deletions

View file

@ -15,8 +15,8 @@
name = "Noto Serif CJK SC";
};
monospace = {
package = pkgs.nerd-fonts.fira-code;
name = "FiraCode Nerd Font";
package = pkgs.maple-mono-SC-NF;
name = "Maple Mono SC NF";
};
emoji = {
package = pkgs.noto-fonts-emoji;

View file

@ -38,6 +38,7 @@ in
enableDefaultPackages = false;
packages = with pkgs; [
nerd-fonts.fira-code
maple-mono-SC-NF
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
@ -55,7 +56,7 @@ in
"Noto Serif"
];
monospace = [
"FiraCode Nerd Font"
"Maple Mono SC NF"
];
emoji = [ "Noto Color Emoji" ];
};