feat: force enable font config
This commit is contained in:
parent
80cec235bb
commit
b43d8916e2
1 changed files with 6 additions and 3 deletions
|
@ -71,9 +71,12 @@
|
|||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
];
|
||||
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "DejaVuSansMono" ];
|
||||
sansSerif = [ "DejaVu Sans" ];
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "DejaVuSansMono" ];
|
||||
sansSerif = [ "DejaVu Sans" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue