mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
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 | ||