From 99e04cd66563c2ea5188556f38ded6b4fc12e7fb Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Sun, 26 Apr 2026 15:26:03 +0200 Subject: [PATCH] add python to kemptop --- kemptop/configuration.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/kemptop/configuration.nix b/kemptop/configuration.nix index 922c732..b1c31cc 100644 --- a/kemptop/configuration.nix +++ b/kemptop/configuration.nix @@ -150,8 +150,20 @@ jdk gradle - dconf - gsettings-desktop-schemas + + (pkgs.python3.withPackages (python-pkgs: with python-pkgs; [ + requests + odfpy + websocket-client + selenium + webdriver-manager + pytest + pytest-html + python-dotenv + pillow + config + ])) + chromedriver # GUI programs @@ -168,6 +180,7 @@ texstudio (pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { }) google-chrome + chromium tor-browser zathura vlc