global/programming -> profiles/programming
This commit is contained in:
parent
97601ae155
commit
8ed1633716
14 changed files with 28 additions and 28 deletions
18
users/profiles/programming/python.nix
Normal file
18
users/profiles/programming/python.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
home.packages = with pkgs; lib.lists.flatten [
|
||||
python310
|
||||
(with python310Packages; [
|
||||
black
|
||||
isort
|
||||
jupyter
|
||||
mypy
|
||||
nose
|
||||
pip
|
||||
pyflakes
|
||||
pyls-isort
|
||||
pytest
|
||||
])
|
||||
pyright
|
||||
pipenv
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue