mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 15:44:41 +02:00
Fix home-manager usage
This commit is contained in:
parent
f7e02b3ccf
commit
affcf5af47
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,8 @@ in
|
|||
enable = true;
|
||||
package = mkIf (cfg.package != null) cfg.package;
|
||||
extraPackages = cfg.extraPackages;
|
||||
configure = configure;
|
||||
extraConfig = configure.customRC;
|
||||
plugins = configure.packages.opt ++ configure.packages.start;
|
||||
};
|
||||
} else {
|
||||
environment.packages = [ wrappedNeovim ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue