python.nix (117B)
1 { pkgs, ... }: 2 3 { 4 home.packages = with pkgs; [ 5 python3 6 pipenv 7 python3Packages.python-lsp-server 8 ]; 9 }