add/enable docx2txt for neomutt

This commit is contained in:
Don Harper 2024-07-19 20:34:24 -05:00
parent d2618fa7ea
commit e38dab053e
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
python-dateutil
setuptools
requests
docx2txt
];
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
in {