From 7d58aaba8ab8bf781780da3c9e0fa9fa6f74e7e0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 7 Mar 2024 07:13:09 -0500 Subject: [PATCH] conclude himalaya --- flake.lock | 6 +++--- home/himalaya.nix | 12 ++++++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 46e254e..c4ce477 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/home/himalaya.nix b/home/himalaya.nix index 9161c54..e6fc895 100644 --- a/home/himalaya.nix +++ b/home/himalaya.nix @@ -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; + }; }; }; }