mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
Fix home-manager usage again
This commit is contained in:
parent
affcf5af47
commit
7aa8c22138
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ in
|
|||
package = mkIf (cfg.package != null) cfg.package;
|
||||
extraPackages = cfg.extraPackages;
|
||||
extraConfig = configure.customRC;
|
||||
plugins = configure.packages.opt ++ configure.packages.start;
|
||||
plugins = cfg.extraPlugins;
|
||||
};
|
||||
} else {
|
||||
environment.packages = [ wrappedNeovim ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue