From b2e56a81460d909182d4163be535c01c565fbbd6 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 27 Jun 2025 21:12:33 -0500 Subject: [PATCH] organize --- .../hyprland/config/waybar/scripts/hass.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/desktop-environments/hyprland/config/waybar/scripts/hass.nix b/modules/desktop-environments/hyprland/config/waybar/scripts/hass.nix index 509ae0f..6fb3d3b 100755 --- a/modules/desktop-environments/hyprland/config/waybar/scripts/hass.nix +++ b/modules/desktop-environments/hyprland/config/waybar/scripts/hass.nix @@ -20,11 +20,10 @@ let propagatedBuildInputs = with pkgs.python3.pkgs; [ aiohttp aiohttp-client-cache - requests - simplejson - - requests-cache pydantic + requests + requests-cache + simplejson websockets ]; pythonRelaxDeps = [ @@ -40,7 +39,7 @@ let pythonEnv = pkgs.python3.withPackages (ps: [ homeassistant-api ]); - + waybar-hass = pkgs.writeScriptBin "waybar-hass" '' #!${pythonEnv}/bin/python