This commit is contained in:
EdenQwQ 2025-03-01 22:35:08 +08:00
commit 96895ec3aa
100 changed files with 6349 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
python312
python312Packages.pip
python312Packages.virtualenv
python312Packages.numpy
python312Packages.matplotlib
python312Packages.pandas
black
conda
];
}