Reorganize
This commit is contained in:
30
machines/universedesktop/programs/programming.nix
Normal file
30
machines/universedesktop/programs/programming.nix
Normal file
@@ -0,0 +1,30 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
godot_4
|
||||
cbqn-replxx
|
||||
|
||||
(pkgs.python3.withPackages (p: (with p; [
|
||||
scipy
|
||||
numpy
|
||||
pandas
|
||||
seaborn
|
||||
requests
|
||||
beautifulsoup4
|
||||
tqdm
|
||||
matplotlib
|
||||
pyqt5
|
||||
|
||||
ipython
|
||||
python-lsp-server
|
||||
])))
|
||||
|
||||
cudaPackages.cudatoolkit
|
||||
cudaPackages.cudnn
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user