diff options
| author | Grigory Shipunov | 2023-02-14 22:00:22 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-14 22:00:22 +0100 |
| commit | fc21e3a1b2255d82afcc45770704920da875cbfc (patch) | |
| tree | e3c0d0d1a02ae790fae34e1d20cec3b517d62fa6 /modules/mail | |
| parent | f3ef2e058ce050af259a650d587bb47138333567 (diff) | |
refactor basic tools a bit
Diffstat (limited to 'modules/mail')
| -rw-r--r-- | modules/mail/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/default.nix b/modules/mail/default.nix index 71b195f..c922bc3 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -12,6 +12,10 @@ in links2 ]; + environment.shellAliases = { + mutt = "neomutt"; + }; + sops.secrets = { "mail/oxapentane.com" = { owner = config.users.users.grue.name; |
