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