From 82c3e1243f3e7fd5332853223bf61e8dcb6ac499 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 29 Nov 2022 21:10:45 +0100 Subject: [PATCH] add esphome --- systems/PC-Fixe/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index eaacc7708..282adbae4 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -96,6 +96,7 @@ environment.systemPackages = with pkgs; [ usb-modeswitch + esphome ]; programs.wireshark.enable = true;