feat: add python packages
This commit is contained in:
parent
e033afb364
commit
713b46f06f
1 changed files with 9 additions and 0 deletions
9
users/profiles/programming/python.nix
Normal file
9
users/profiles/programming/python.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
python3
|
||||||
|
python310
|
||||||
|
python39Packages.pip
|
||||||
|
python39Packages.black
|
||||||
|
python-language-server
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue