Move the mail directory to the shared data directory

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-03 19:32:14 +01:00
parent 35060a45ad
commit a1ea4db55d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -49,6 +49,7 @@ desktop: { pkgs, ... }: {
};
home.file.".p10k.zsh".source = ./.p10k.zsh;
accounts.email.maildirBasePath = "$HOME/Data/Maildir";
accounts.email.accounts = rec {
darkkirb = {
address = "darkkirb@darkkirb.de";