Re-enable himalaya

This commit is contained in:
Sridhar Ratnakumar 2024-05-30 15:24:50 -04:00
parent 0300f032ff
commit 8e608ea029
2 changed files with 7 additions and 3 deletions

View file

@ -37,7 +37,7 @@
./zsh.nix
# ./bash.nix
# ./kitty.nix
# ./himalaya.nix
./himalaya.nix
];
};
};

View file

@ -1,4 +1,5 @@
let
# https://pimalaya.org/himalaya/cli/latest/configuration/icloud-mail.html
iCloudMailSettings = {
imap = {
host = "imap.mail.me.com";
@ -28,10 +29,13 @@ in
address = "happyandharmless@icloud.com";
aliases = [ "srid@srid.ca" ];
userName = "happyandharmless";
passwordCommand = "op read op://Personal/iCloud/himalaya";
passwordCommand = "op read op://Personal/iCloud-Apple/himalaya";
himalaya = {
enable = true;
settings.sync.enable = true;
# Disabled because of https://todo.sr.ht/~soywod/pimalaya/213
settings.sync = {
enable = true;
};
};
};
};