diff --git a/modules/shared/packages.nix b/modules/shared/packages.nix index 9f97ffb..df19095 100644 --- a/modules/shared/packages.nix +++ b/modules/shared/packages.nix @@ -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