Fixed fonts

This commit is contained in:
xmm16 2024-12-13 22:47:06 -03:00
commit d8e969e9e5
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

@ -7,10 +7,10 @@
emoji = ["OpenMoji Color"];
};
packages = {
sansSerif = [pkgs.liberation_ttf];
monospace = [pkgs.nerd-fonts.jetbrains-mono];
serif = [pkgs.liberation_ttf];
emoji = [pkgs.openmoji-color];
sansSerif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
monospace = [pkgs.nerd-fonts.jetbrains-mono pkgs.noto-fonts];
serif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
emoji = [pkgs.openmoji-color pkgs.noto-fonts];
};
enable = true;
};