[NixOS] Add a few more nerd fonts
This commit is contained in:
parent
b68db35f62
commit
62867c34ef
@ -14,14 +14,20 @@
|
|||||||
fira-code
|
fira-code
|
||||||
fira-mono
|
fira-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
# iosevka
|
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
roboto
|
roboto
|
||||||
source-code-pro
|
source-code-pro
|
||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
|
(nerdfonts.override { fonts = [
|
||||||
|
"JetBrainsMono"
|
||||||
|
"FantasqueSansMono"
|
||||||
|
"Iosevka"
|
||||||
|
"VictorMono"
|
||||||
|
"SourceCodePro"
|
||||||
|
]; })
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
hinting.autohint = true;
|
hinting.autohint = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user