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;