This commit is contained in:
2022-08-13 14:32:23 -04:00
parent 472894122d
commit ffb3914efb
5 changed files with 16 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ let
secrets = import ./secrets.nix;
in
{
home.packages = with pkgs; [ aerc vdirsyncer khal khard imapnotify ];
home.packages = with pkgs; [ aerc vdirsyncer khard imapnotify ]; # khal
programs.mbsync.enable = true;