From 67ba50392414643594b22d22fbdff5f1a0381685 Mon Sep 17 00:00:00 2001 From: Xory Date: Sat, 7 Feb 2026 19:20:38 +0200 Subject: [PATCH] debloat tweak for python testenv --- home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home.nix b/home.nix index 5752c00..9496482 100644 --- a/home.nix +++ b/home.nix @@ -12,7 +12,6 @@ cava kdePackages.qtwebsockets (python313.withPackages (python-pkgs: [ - python313Packages.websockets python313Packages.requests # basic python test env ])) simplex-chat-desktop