mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 19:04:58 +08:00
init
This commit is contained in:
commit
96895ec3aa
100 changed files with 6349 additions and 0 deletions
13
home/programs/coding/python.nix
Normal file
13
home/programs/coding/python.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
python312
|
||||
python312Packages.pip
|
||||
python312Packages.virtualenv
|
||||
python312Packages.numpy
|
||||
python312Packages.matplotlib
|
||||
python312Packages.pandas
|
||||
black
|
||||
conda
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue