diff --git a/nixvim.nix b/nixvim.nix index 49d2f72c..cabd45d6 100644 --- a/nixvim.nix +++ b/nixvim.nix @@ -204,13 +204,16 @@ in }); configure = { - customRC = cfg.extraConfigVim + (optionalString (cfg.colorscheme != "" && cfg.colorscheme != null) '' - colorscheme ${cfg.colorscheme} - '') + '' + customRC = cfg.extraConfigVim + '' lua <