mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/files: don't set shorthandOnlyDefinesConfig
This commit is contained in:
parent
5b55858fe3
commit
b3a90d737d
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ let
|
||||||
inherit (lib) types;
|
inherit (lib) types;
|
||||||
|
|
||||||
fileModuleType = types.submoduleWith {
|
fileModuleType = types.submoduleWith {
|
||||||
shorthandOnlyDefinesConfig = true;
|
|
||||||
inherit specialArgs;
|
inherit specialArgs;
|
||||||
# Don't include the modules in the docs, as that'd be redundant
|
# Don't include the modules in the docs, as that'd be redundant
|
||||||
modules = lib.optionals (!config.isDocs) [
|
modules = lib.optionals (!config.isDocs) [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue