flake: bump inputs

Some new options were needed for `himalaya`.
This commit is contained in:
Bruno BELANYI 2022-12-16 12:39:04 +01:00
parent 1e10c6630b
commit 6913e0f896
2 changed files with 15 additions and 12 deletions

View file

@ -17,6 +17,9 @@ let
himalaya = {
enable = cfg.himalaya.enable;
# FIXME: try to actually configure it at some point
backend = "imap";
sender = "smtp";
};
msmtp = {