{ pkgs, ... }: { home.packages = [ pkgs.poetry (pkgs.python3.withPackages (import ../modules/python-packages.nix)) ]; }