ma pkgs.hermesledcontrol: add usage

This commit is contained in:
makefu 2023-06-03 15:43:13 +02:00
parent 49f5a6c088
commit ad3dfdc272

View file

@ -1,12 +1,16 @@
{ lib, pkgs, python3Packages, makeWrapper, ... }: { lib, pkgs, python3Packages, makeWrapper, ... }:
# How to use: # How to use:
# create configuration .config/HermesLedControl/configuration.yml: # create configuration configuration.yml:
# engine: "rhasspy" # engine: "rhasspy"
# pathToConfig: "/var/lib/rhasspy/de/profile.json" # pathToConfig: "/var/lib/rhasspy/de/profile.json"
# hardware: "respeaker4MicArray" # hardware: "respeaker4MicArray"
# pattern: "fake-name" # pattern: "fake-name"
# enableDoA: false # enableDoA: false
# and run HermesLedControl --hermesLedControlConfig path-to-config.yml
# all available config options can be see in:
# result/result/lib/HermesLedControl/models/Configuration.py
with python3Packages; buildPythonApplication rec { with python3Packages; buildPythonApplication rec {