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