mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
f8b51be714
Neomutt will run the given command (which can be a string or a path) and take the output from stdout and use it as the signature for your email. Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
14 lines
654 B
Nix
14 lines
654 B
Nix
{
|
|
neomutt-simple = ./neomutt.nix;
|
|
neomutt-with-msmtp = ./neomutt-with-msmtp.nix;
|
|
neomutt-not-primary = ./neomutt-not-primary.nix;
|
|
neomutt-with-binds = ./neomutt-with-binds.nix;
|
|
neomutt-with-binds-with-warning = ./neomutt-with-binds-with-warning.nix;
|
|
neomutt-with-binds-invalid-settings =
|
|
./neomutt-with-binds-invalid-settings.nix;
|
|
neomutt-with-gpg = ./neomutt-with-gpg.nix;
|
|
neomutt-no-folder-change = ./neomutt-no-folder-change.nix;
|
|
neomutt-with-named-mailboxes = ./neomutt-with-named-mailboxes.nix;
|
|
neomutt-with-signature = ./neomutt-with-signature.nix;
|
|
neomutt-with-signature-command = ./neomutt-with-signature-command.nix;
|
|
}
|