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
|
# some overrides for laptop specifically
|
||||||
programs.kitty.settings.font_size = pkgs.lib.mkForce 11;
|
programs.kitty.settings.font_size = pkgs.lib.mkForce 11;
|
||||||
|
programs.neovide.settings.font.size = pkgs.lib.mkForce 12;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
font = {
|
font = {
|
||||||
normal = [ ];
|
normal = [ "CaskaydiaCove Nerd Font" ];
|
||||||
size = 12;
|
size = 13;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue