calcite: fix font size
This commit is contained in:
parent
5f40031b58
commit
7f3a0af1cb
4 changed files with 109 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue