fix: make fontconfig defult enabled for bootstrapIso
This commit is contained in:
parent
72059d7736
commit
820de76baa
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = lib.mkDefault true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "DejaVuSansMono" ];
|
monospace = [ "DejaVuSansMono" ];
|
||||||
sansSerif = [ "DejaVu Sans" ];
|
sansSerif = [ "DejaVu Sans" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue