Changed: Waybar Config

This commit is contained in:
DerGrumpf 2025-04-06 22:32:50 +02:00
parent 0180e6de9a
commit 5d4d46eeb3

View File

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(python3.withPackages (python-pkgs: with python-pkgs; [ (python3.withPackages (python-pkgs: with python-pkgs; [
pandas pandas
request requests
numpy numpy
scipy scipy
])) ]))