feat(nix/home): add himalaya email client

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-23 23:42:26 +03:00
parent 835821678a
commit bd191aa942

View file

@ -73,6 +73,18 @@ in
PASSWORD_STORE_EXTENSIONS_DIR = "${pass_data_dir}/extensions";
};
accounts.email = {
accounts = secrets.emailAccounts;
};
programs.himalaya = {
enable = true;
settings = {
default-page-size = 10;
downloads-dir = "${config.home.homeDirectory}/downloads/email";
};
};
xsession = {
enable = true;