1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

himalaya: fix config and add neovim wrapper

This commit is contained in:
2026-01-04 12:36:46 +01:00
parent c93806909f
commit ad7fc115c6
4 changed files with 24 additions and 2 deletions

View File

@@ -128,7 +128,6 @@
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-posteo.path}";
himalaya = {
enable = true;
settings.backend = "imap";
};
aerc.extraAccounts.pgp-key-id = "9EDE82CC72A343A95266D0F444857074A3ACC8B7";
};

View File

@@ -56,7 +56,6 @@ in
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhak99.path}";
himalaya = {
enable = true;
settings.backend = "imap";
};
}
)