diff --git a/modules/programs/neovim.nix b/modules/programs/neovim.nix index 4a8bd3d1b..75bcbb760 100644 --- a/modules/programs/neovim.nix +++ b/modules/programs/neovim.nix @@ -227,6 +227,7 @@ in { extraPython3Packages withPython3 withNodeJs withRuby viAlias vimAlias; configure = cfg.configure // moduleConfigure; plugins = cfg.plugins; + customRC = cfg.extraConfig; }; in mkIf cfg.enable {