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