ma pkgs.hermesledcontrol: add usage

This commit is contained in:
makefu 2023-06-03 15:43:13 +02:00
parent 01a1291130
commit 612fbf37ad
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 5 additions and 1 deletions

View File

@ -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 {