summaryrefslogtreecommitdiff
path: root/modules/mail
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/default.nix4
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;