fonts: update nerdfonts
This commit is contained in:
parent
603f20fb86
commit
ac2b31ecd2
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
fonts = {
|
||||
monospace = {
|
||||
name = "JetBrainsMono NF Medium";
|
||||
package = pkgs.nerdfonts;
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
};
|
||||
serif = {
|
||||
name = "Noto Serif";
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
fontDir.enable = true;
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
nerdfonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
twitter-color-emoji
|
||||
|
|
Loading…
Reference in a new issue