diff --git a/home/prog/default.nix b/home/prog/default.nix index 96631101..5a755e61 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -5,19 +5,13 @@ nil # Python - (python3.withPackages (ps: - with ps; [ - ipython - python-lsp-server - pylsp-mypy - tkinter - numpy - scipy - matplotlib - ])) - ruff + python3 + python3Packages.numpy + python3Packages.ipython + black isort poetry + nodePackages.pyright # Fortran gfortran