1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 03:39:32 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-02-09 14:35:17 -05:00
parent 24184e7e4a
commit fc7daff183
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
9 changed files with 182 additions and 146 deletions

View file

@ -27,13 +27,21 @@
accounts.email = {
maildirBasePath = "mail";
accounts.rae = rec {
primary = true;
address = "rae@roxwize.xyz";
realName = "Rae 5e";
userName = address;
passwordCommand = "pass show mail/rae";
signature = {
showSignature = "append";
text = "rae <roxwize.xyz>";
delimiter = "~~~~";
};
gpg = {
key = "6F92AED338D339DE14E7491C5B1A0FAB9BAB81EE";
signByDefault = true;
};
imap = {
host = "mail.privateemail.com";
port = 993;
@ -42,6 +50,7 @@
host = imap.host;
port = 465;
};
thunderbird.enable = true;
};
};
@ -79,6 +88,10 @@
enable = true;
font = "Fira Code Light 11";
terminal = "kitty";
pass = {
enable = true;
stores = [ "/home/rae/.dotfiles/secrets" ];
};
};
};