calcite: fix font size

This commit is contained in:
xinyangli 2024-11-17 11:46:08 +08:00
parent 5f40031b58
commit 7f3a0af1cb
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
4 changed files with 109 additions and 3 deletions

View file

@ -78,6 +78,14 @@ in
};
neovim = {
enable = true;
font = {
normal = [
"JetbrainsMono Nerd Font"
"Noto Sans Mono CJK SC"
"Ubuntu"
];
size = 12.0;
};
};
vscode = {
enable = true;