From 5d4d46eeb308378d82e388d2a683309733700c68 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Sun, 6 Apr 2025 22:32:50 +0200
Subject: [PATCH] Changed: Waybar Config
---
modules/python.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/python.nix b/modules/python.nix
index 4d5aec9..0255ba5 100644
--- a/modules/python.nix
+++ b/modules/python.nix
@@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [
(python3.withPackages (python-pkgs: with python-pkgs; [
pandas
- request
+ requests
numpy
scipy
]))