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