diff --git a/nixvim.nix b/nixvim.nix index c7ed4ec2..119fa70e 100644 --- a/nixvim.nix +++ b/nixvim.nix @@ -195,13 +195,14 @@ in }); configure = { - customRC = '' + customRC = cfg.extraConfigVim + (optionalString (cfg.colorscheme != "") '' + colorscheme ${cfg.colorscheme} + '') + '' lua <