conclude himalaya

This commit is contained in:
Sridhar Ratnakumar 2024-03-07 07:13:09 -05:00
parent c8517cab73
commit 7d58aaba8a
2 changed files with 13 additions and 5 deletions

6
flake.lock generated
View file

@ -885,11 +885,11 @@
]
},
"locked": {
"lastModified": 1709731606,
"narHash": "sha256-VS17VGD5s4ijFh5mEzpWWgTPujaCvHxuG5L5FyMG3L0=",
"lastModified": 1709764752,
"narHash": "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8d9fde0fba21425729905f795fe72c2840a20442",
"rev": "cf111d1a849ddfc38e9155be029519b0e2329615",
"type": "github"
},
"original": {

View file

@ -12,6 +12,11 @@ let
};
in
{
home.shellAliases = {
H = "himalaya";
Hd = "himalaya message delete";
};
programs.himalaya = {
enable = true;
};
@ -23,8 +28,11 @@ in
address = "happyandharmless@icloud.com";
aliases = [ "srid@srid.ca" ];
userName = "happyandharmless";
passwordCommand = "op read op://Personal/iCloud/password";
himalaya.enable = true;
passwordCommand = "op read op://Personal/iCloud/himalaya";
himalaya = {
enable = true;
settings.sync.enable = true;
};
};
};
}