mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: update fonts for neovide
This commit is contained in:
parent
2d85c781ec
commit
ce59b735da
2 changed files with 3 additions and 2 deletions
|
@ -10,4 +10,5 @@
|
|||
|
||||
# some overrides for laptop specifically
|
||||
programs.kitty.settings.font_size = pkgs.lib.mkForce 11;
|
||||
programs.neovide.settings.font.size = pkgs.lib.mkForce 12;
|
||||
}
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
font = {
|
||||
normal = [ ];
|
||||
size = 12;
|
||||
normal = [ "CaskaydiaCove Nerd Font" ];
|
||||
size = 13;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue