Fixed fonts
This commit is contained in:
parent
dd441f315a
commit
d8e969e9e5
2 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue