Update dependencies
This commit is contained in:
parent
50b688a9f5
commit
ff9cec8df1
2 changed files with 11 additions and 6 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue