docs: improve description of extraSpecialArgs

This commit is contained in:
Lorenzo Manacorda
2021-11-01 17:42:22 +01:00
committed by Robert Helgesson
parent be1ad30503
commit 39c5c7397e
3 changed files with 9 additions and 2 deletions

View File

@@ -63,8 +63,10 @@ in
extraSpecialArgs = mkOption {
type = types.attrs;
default = { };
example = literalExpression "{ inherit emacs-overlay; }";
description = ''
Extra <literal>specialArgs</literal> passed to Home Manager.
Extra <literal>specialArgs</literal> passed to Home Manager. This
option can be used to pass additional arguments to all modules.
'';
};