nix-community.nixvim/wrappers/modules
Matt Sturgeon cb2b76c1a9
docs/home-manager: eval options without checking config definitions
By default `lib.evalModules` will check all config definitions match
a declared option (or a freeform type), leading to errors like:

    error: The option `wrapRc' does not exist.

Setting `_module.freeformType` or `_module.check` will disable this,
allowing us to evaluate the option declaration without checking the
config definitions.
2024-09-27 02:56:28 +01:00
..
darwin.nix modules/output: refactor wrapRc default 2024-09-25 18:43:10 +01:00
enable.nix wrappers: simplify modules 2024-07-02 14:15:51 +00:00
hm.nix docs/home-manager: eval options without checking config definitions 2024-09-27 02:56:28 +01:00
nixos.nix modules/output: refactor wrapRc default 2024-09-25 18:43:10 +01:00