change mono font from fira code to maple mono
This commit is contained in:
parent
63a04604d1
commit
a5e890ada2
5 changed files with 32 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue