diff --git a/modules/home.nix b/modules/home.nix index 0b72d57..0650036 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -12,15 +12,18 @@ (python3.withPackages (python-packages: with python-packages; [ graphviz + html2text hypothesis matplotlib numpy + openpyxl pandas pygments python-lsp-server - scipy scikit-learn + scipy xlsxwriter + yattag z3 ])) (haskell.packages.ghc96.ghcWithPackages