feat(nix/home): add himalaya email client
This commit is contained in:
parent
835821678a
commit
bd191aa942
1 changed files with 12 additions and 0 deletions
12
nix/home.nix
12
nix/home.nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue