packages.workstation: fix

This commit is contained in:
陈浩南 2024-07-29 22:06:47 +08:00
parent 7c53d4c351
commit 245e4897c6

View File

@ -33,7 +33,9 @@ inputs:
# encryption and password management
john crunch hashcat
# container and vm
genymotion davinci-resolve playonlinux
genymotion davinci-resolve
# TODO: broken on python 3.12
# playonlinux
# browser
microsoft-edge
# news
@ -41,7 +43,9 @@ inputs:
] ++ inputs.lib.optional (inputs.config.nixos.system.nixpkgs.march != null) localPackages.mumax;
_pythonPackages = [(pythonPackages: with pythonPackages;
[
phonopy tensorflow keras scipy scikit-learn jupyterlab autograd # localPackages.pix2tex
phonopy scipy scikit-learn jupyterlab autograd # localPackages.pix2tex
# TODO: broken on python 3.12
# tensorflow keras
])];
};
user.sharedModules =