feat(accounts): add Fastmail configuration with Himalaya support
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
This commit is contained in:
13
home/programs/himalaya.nix
Normal file
13
home/programs/himalaya.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{device, ...}: {
|
||||
programs.himalaya = {
|
||||
enable = true;
|
||||
};
|
||||
accounts.email.accounts.fastmail.himalaya = {
|
||||
enable = true;
|
||||
settings = {
|
||||
downloads-dir = "${device.home}/Mail";
|
||||
backend.type = "maildir";
|
||||
backend.root-dir = "~/Mail";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user