{pkgs, ...}: { xdg.configFile = { "ruff/pyproject.toml".source = ./ruff.toml; "pypoetry/config.toml".source = ./pypoetry.toml; }; home.packages = with pkgs; [ (python3.withPackages (ps: with ps; [ mypy numpy scipy xarray matplotlib ])) ]; }