Korean font
This commit is contained in:
parent
afe828b076
commit
f90c3a3ef4
|
@ -11,25 +11,26 @@ in {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "Iosevka" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" "Iosevka" ]; })
|
||||||
ubuntu_font_family
|
baekmuk-ttf
|
||||||
jetbrains-mono
|
blackout
|
||||||
iosevka
|
bqn386
|
||||||
fira-code
|
|
||||||
fira
|
fira
|
||||||
|
fira-code
|
||||||
font-awesome
|
font-awesome
|
||||||
|
iosevka
|
||||||
|
ipafont
|
||||||
|
jetbrains-mono
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
libertine
|
libertine
|
||||||
libertinus
|
libertinus
|
||||||
vollkorn
|
|
||||||
noto-fonts-emoji
|
|
||||||
noto-fonts
|
|
||||||
ipafont
|
|
||||||
bqn386
|
|
||||||
blackout
|
|
||||||
prociono
|
|
||||||
mplus-outline-fonts.githubRelease
|
|
||||||
mononoki
|
mononoki
|
||||||
|
mplus-outline-fonts.githubRelease
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-emoji
|
||||||
|
prociono
|
||||||
|
ubuntu_font_family
|
||||||
uiua386
|
uiua386
|
||||||
|
vollkorn
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue