[NixOS] Fix nerd fonts
This commit is contained in:
@@ -21,13 +21,11 @@ makeEnable config "myModules.fonts" true {
|
|||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
# (nerdfonts.override { fonts = [
|
nerd-fonts.jetbrains-mono
|
||||||
# "JetBrainsMono"
|
nerd-fonts.fantasque-sans-mono
|
||||||
# "FantasqueSansMono"
|
nerd-fonts.iosevka
|
||||||
# "Iosevka"
|
nerd-fonts.victor-mono
|
||||||
# "VictorMono"
|
nerd-fonts.source-code-pro
|
||||||
# "SourceCodePro"
|
|
||||||
# ]; })
|
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
hinting.autohint = true;
|
hinting.autohint = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user