diff --git a/modules/vim.nix b/modules/vim.nix index 4762b179..fb31aecb 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -24,7 +24,10 @@ let vimOptions = { plugins = [ themePlugin ]; - extraConfig = "colorscheme base16-stylix"; + extraConfig = '' + colorscheme base16-stylix + set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10 + ''; }; in {