wrappers: add env-specific config as part of NixVim module (#1075)

* wrappers: add env-specific config as part of NixVim module

* docs: add section for env-specific module arguments
This commit is contained in:
Gabriel Arazas 2024-02-22 07:24:13 +00:00 committed by GitHub
parent 9cd3721adf
commit d6a66851fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 3 deletions

View file

@ -23,7 +23,10 @@ in {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
specialArgs = {
nixosConfig = config;
inherit helpers;
};
modules =
[
{