mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
13 lines
260 B
Nix
13 lines
260 B
Nix
{...}: {
|
|
fonts.fontconfig.enable = true;
|
|
fonts.fontconfig = {
|
|
defaultFonts = {
|
|
monospace = [
|
|
"Maple Mono NF CN"
|
|
"JetBrainsMono Nerd Font"
|
|
];
|
|
serif = ["LXGW WenKai"];
|
|
sansSerif = ["LXGW Neo XiHei"];
|
|
};
|
|
};
|
|
}
|