{ pkgs, ... }: { home.packages = with pkgs; [ python312 rye mypy black ]; programs.poetry.enable = true; }