add matlab

This commit is contained in:
EdenQwQ 2025-06-17 16:22:07 +08:00
parent 24305b3214
commit 791db5bb18
9 changed files with 60 additions and 14 deletions

View file

@ -1,15 +1,5 @@
{
programs.distrobox = {
enable = true;
containers = {
python-project = {
image = "fedora:latest";
additional_packages = "python3 python3-pip git python3-numpy python3-scipy python3-matplotlib python3-pandas";
init_hooks = [
"ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/evince"
"ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/latexmk"
];
};
};
};
}