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

View File

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