1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: backup email

This commit is contained in:
2023-03-06 14:50:30 +01:00
parent 4e6c8e13af
commit 3ebf717112
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
}: let }: let
defaults = { defaults = {
aerc.enable = true; aerc.enable = true;
mbsync = {
enable = true;
create = "maildir";
};
realName = "Kierán Meinhardt"; realName = "Kierán Meinhardt";
folders.inbox = "INBOX"; folders.inbox = "INBOX";
}; };
@@ -63,6 +67,8 @@ in {
}; };
home-manager.users.me = { home-manager.users.me = {
programs.mbsync.enable = true;
accounts.email.accounts = rec { accounts.email.accounts = rec {
hu-student = hu-student =
lib.recursiveUpdate defaults lib.recursiveUpdate defaults

View File

@@ -21,6 +21,7 @@ in {
"/home/kfm/work" "/home/kfm/work"
"/home/kfm/projects" "/home/kfm/projects"
"/home/kfm/notes" "/home/kfm/notes"
"/home/kfm/Maildir"
"/home/kfm/cloud" "/home/kfm/cloud"
"/home/kfm/.gnupg" "/home/kfm/.gnupg"
"/home/kfm/.ssh" "/home/kfm/.ssh"