himalaya: improv

This commit is contained in:
Sridhar Ratnakumar 2024-05-31 20:52:05 -04:00
parent 3135ebc4f8
commit b23632ffd3
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,9 @@ in
{
home.shellAliases = {
H = "himalaya";
Hr = "himalaya message read";
Hd = "himalaya message delete";
Hs = "himalaya account sync";
};
programs.himalaya = {
@ -32,7 +34,7 @@ in
passwordCommand = "op read op://Personal/iCloud-Apple/himalaya";
himalaya = {
enable = true;
# Disabled because of https://todo.sr.ht/~soywod/pimalaya/213
# Don't forget to run `himalaya account sync` first!
settings.sync = {
enable = true;
};

View file

@ -4,7 +4,7 @@
flake = {
darwinModules = {
my-home = {
home-manager.users.${config.people.myself} = { pkgs, ... }: {
home-manager.users.${config.people.myself} = {
imports = [
self.homeModules.common-darwin
];