]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/neomutt/default.nix
Allow unsafe code in dilion (wip for safe secrets)
[perso/Immae/Config/Nix.git] / overlays / neomutt / default.nix
1 self: super: {
2 neomutt = super.neomutt.overrideAttrs(old: {
3 patches = old.patches or [] ++ [
4 ./tx.patch
5 ];
6 });
7 }