You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the module system is documented I would not be opposed to mentioning this in the description of programs.broot.settings, maybe like this:
- description = "Verbatim config entries";+ description = ''+ Verbatim config entries.+ Note that this is merged with broot's defaults,+ so to override use `lib.mkForce`.+ '';
I'm closing this issue as the original question is answered.
Are you following the right branch?
Is there an existing issue for this?
Issue description
I used the following config for broot:
The generated config is
The problem is, that it is impossible to override the default value for
imports
. In general, a user might want to setimports = []
to remove all imports. Afaik, this is not possible right now.
Also, and this is minor, some of the existing default options are not documented:
content_search_max_file_size
show_selection_mark
special_paths
Maintainer CC
@aheaume @dermetfan
System information
The text was updated successfully, but these errors were encountered: