diff options
author | makefu <github@syntax-fehler.de> | 2023-06-03 15:43:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-06-03 15:43:13 +0200 |
commit | 612fbf37adffc5c2ddb0fd3990f6ff696f670ec9 (patch) | |
tree | faa5145a16c2306aaaa3e9c88b156116ccf49bc4 /makefu | |
parent | 01a129113014ec6ae1ba267da89898c78b5b36b1 (diff) |
ma pkgs.hermesledcontrol: add usage
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/5pkgs/HermesLedControl/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/5pkgs/HermesLedControl/default.nix b/makefu/5pkgs/HermesLedControl/default.nix index 88aed898d..77164f568 100644 --- a/makefu/5pkgs/HermesLedControl/default.nix +++ b/makefu/5pkgs/HermesLedControl/default.nix @@ -1,12 +1,16 @@ { lib, pkgs, python3Packages, makeWrapper, ... }: # How to use: -# create configuration .config/HermesLedControl/configuration.yml: +# create configuration configuration.yml: # engine: "rhasspy" # pathToConfig: "/var/lib/rhasspy/de/profile.json" # hardware: "respeaker4MicArray" # pattern: "fake-name" # 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 { |