diff --git a/README.md b/README.md
index 3681eed..e36d37c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
ZaneyOS is a way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more. *Please remember to change username and hostname in flake.nix.*
-
+
diff --git a/config/system/neovim.nix b/config/system/neovim.nix
index 91e7920..e0b3f11 100644
--- a/config/system/neovim.nix
+++ b/config/system/neovim.nix
@@ -86,6 +86,8 @@ in {
set showtabline=2
colorscheme base16-${theme}
inoremap jj
+ let s:guifontsize = 16
+ let s:guifont = "JetBrainsMono\\ Nerd\\ Font"
'';
keymaps = [