mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user