Move the mail directory to the shared data directory
This commit is contained in:
parent
35060a45ad
commit
a1ea4db55d
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue