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 = {
|
fonts = {
|
||||||
monospace = {
|
monospace = {
|
||||||
name = "JetBrainsMono NF Medium";
|
name = "JetBrainsMono NF Medium";
|
||||||
package = pkgs.nerdfonts;
|
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||||
};
|
};
|
||||||
serif = {
|
serif = {
|
||||||
name = "Noto Serif";
|
name = "Noto Serif";
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
nerdfonts
|
nerd-fonts.jetbrains-mono
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue