Add basic fonts I was missing
This commit is contained in:
parent
26f7109d32
commit
4f18279960
1 changed files with 5 additions and 0 deletions
|
@ -2,10 +2,15 @@
|
|||
{
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
# Core fonts (Arial, Times new roman and the such)
|
||||
corefonts
|
||||
vistafonts
|
||||
# Normal fonts
|
||||
symbola
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
# Monospaced
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
jetbrains-mono
|
||||
|
|
Loading…
Reference in a new issue