diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index 2b9f5e4..5b58843 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -369,12 +369,17 @@ ]; extraPackages = python3Packages: with python3Packages; [ - pyeiscp + onkyo-eiscp zeroconf ]; customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [ + bubble-card + button-card mushroom + sankey-chart + universal-remote-card + # zigbee2mqtt-networkmap ]; };