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