diff --git a/home-manager/neovim/default.nix b/home-manager/neovim/default.nix index ae81ec3..0c73ccc 100644 --- a/home-manager/neovim/default.nix +++ b/home-manager/neovim/default.nix @@ -76,6 +76,7 @@ vim.o.guifont = "DejaVu Sans Mono:h8" if vim.g.neovide then + vim.g.neovide_fullscreen = true vim.g.neovide_cursor_animation_length = 0.01 vim.g.neovide_cursor_trail_length = 0.01 end diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 435fefb..f9274d1 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -13,6 +13,7 @@ shellAliases = { ls = "exa --group-directories-first --git"; + neovide = "neovide --multigrid"; }; }; }