Python packages

This commit is contained in:
Olaf
2025-10-01 14:23:09 +02:00
parent 79acda67c6
commit 43d3ceaf41

View File

@@ -89,8 +89,15 @@ with pkgs;
# zsh-powerlevel10k
# Python packages
python3
# python3
virtualenv
(python3.withPackages (python-pkgs: with python-pkgs; [
pandas
requests
tkinter
]))
# Rust Related
rustc