tangled
alpha
login
or
join now
hauleth.dev
/
dotfiles
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
feat: configure folder aliases for Himalaya
hauleth.dev
10 months ago
3478650d
a893e175
+10
-1
1 changed file
expand all
collapse all
unified
split
modules
email.nix
+10
-1
modules/email.nix
reviewed
···
58
58
});
59
59
};
60
60
};
61
61
-
himalaya.enable = true;
61
61
+
himalaya = {
62
62
+
enable = true;
63
63
+
settings = {
64
64
+
folder.aliases = {
65
65
+
inbox = "INBOX";
66
66
+
sent = "Sent Items";
67
67
+
trash = "Deleted Items";
68
68
+
};
69
69
+
};
70
70
+
};
62
71
msmtp.enable = true;
63
72
64
73
signature = {