mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
email: add signature delimiter
While this is created to match `himalaya`’s configuration API, this could easly be reused for other programs that consume the email module by concatination the strings.
This commit is contained in:
committed by
Robert Helgesson
parent
9e266ca2a7
commit
05d71f517b
@@ -44,6 +44,19 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
delimiter = mkOption {
|
||||
type = types.str;
|
||||
default = ''
|
||||
--
|
||||
'';
|
||||
example = literalExpression ''
|
||||
~*~*~*~*~*~*~*~*~*~*~*~
|
||||
'';
|
||||
description = ''
|
||||
The delimiter used between the document and the signature.
|
||||
'';
|
||||
};
|
||||
|
||||
command = mkOption {
|
||||
type = with types; nullOr path;
|
||||
default = null;
|
||||
|
||||
Reference in New Issue
Block a user