feat: force enable font config

This commit is contained in:
Infinidoge 2021-09-20 21:23:42 -04:00
parent 80cec235bb
commit b43d8916e2

View file

@ -71,9 +71,12 @@
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
];
fontconfig.defaultFonts = {
monospace = [ "DejaVuSansMono" ];
sansSerif = [ "DejaVu Sans" ];
fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "DejaVuSansMono" ];
sansSerif = [ "DejaVu Sans" ];
};
};
};