mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Re-enable himalaya
This commit is contained in:
parent
0300f032ff
commit
8e608ea029
2 changed files with 7 additions and 3 deletions
|
|
@ -37,7 +37,7 @@
|
|||
./zsh.nix
|
||||
# ./bash.nix
|
||||
# ./kitty.nix
|
||||
# ./himalaya.nix
|
||||
./himalaya.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue