feat: add python packages

This commit is contained in:
Infinidoge 2021-09-19 19:41:26 -04:00
parent e033afb364
commit 713b46f06f

View file

@ -0,0 +1,9 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
python3
python310
python39Packages.pip
python39Packages.black
python-language-server
];
}