set adwaita as default font
This commit is contained in:
@@ -6,4 +6,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
fonts.fontconfig.defaultFonts = {
|
||||||
|
sansSerif = [ "Adwaita Sans" ];
|
||||||
|
monospace = [ "Adwaita Mono" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user