From 43d3ceaf4117723c812014246fc4ec6766db0ee4 Mon Sep 17 00:00:00 2001 From: Olaf Date: Wed, 1 Oct 2025 14:23:09 +0200 Subject: [PATCH] Python packages --- modules/shared/packages.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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