mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-23 05:15:19 +08:00
conclude himalaya
This commit is contained in:
parent
c8517cab73
commit
7d58aaba8a
2 changed files with 13 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue