programs.neovim: Set customRC for new nixpkgs (#2039)
Previously with newer nixpkgs revisions extraConfig would not make it into init.nvim
This commit is contained in:
parent
ddf35436b7
commit
0e6c61a440
|
@ -227,6 +227,7 @@ in {
|
||||||
extraPython3Packages withPython3 withNodeJs withRuby viAlias vimAlias;
|
extraPython3Packages withPython3 withNodeJs withRuby viAlias vimAlias;
|
||||||
configure = cfg.configure // moduleConfigure;
|
configure = cfg.configure // moduleConfigure;
|
||||||
plugins = cfg.plugins;
|
plugins = cfg.plugins;
|
||||||
|
customRC = cfg.extraConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
in mkIf cfg.enable {
|
in mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue