mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
55030c8302
The `configure` option is not type checked and an artifact of how nixpkgs is implemented. We now have the equivalent options in home-manager and managing interactions between the 2 systems complexifies maintainance of the module. Please use the other options at your disposal: configure.packages.*.opt -> programs.neovim.plugins = [ { plugin = ...; optional = true; }] configure.packages.*.start -> programs.neovim.plugins = [ { plugin = ...; }] configure.customRC -> programs.neovim.extraConfig |
||
---|---|---|
.. | ||
release-notes.adoc | ||
rl-1809.adoc | ||
rl-1903.adoc | ||
rl-1909.adoc | ||
rl-2003.adoc | ||
rl-2009.adoc | ||
rl-2105.adoc |