Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-28 16:42:18 +02:00
parent 50b688a9f5
commit ff9cec8df1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 11 additions and 6 deletions

View file

@ -82,6 +82,11 @@ in
};
config = lib.mkIf config.chvp.mail-client.enable {
nixpkgs.overlays = [
(self: super: {
khal = super.khal.overrideAttrs (old: { doInstallCheck = false; });
})
];
chvp.zfs.homeLinks = [
{ path = "mail"; type = "data"; }
{ path = ".cache/mu"; type = "cache"; }