mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
||||
|
||||
fileModuleType = types.submoduleWith {
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
inherit specialArgs;
|
||||
# Don't include the modules in the docs, as that'd be redundant
|
||||
modules = lib.optionals (!config.isDocs) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue