summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:43:13 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:43:13 +0200
commit612fbf37adffc5c2ddb0fd3990f6ff696f670ec9 (patch)
treefaa5145a16c2306aaaa3e9c88b156116ccf49bc4 /makefu/5pkgs
parent01a129113014ec6ae1ba267da89898c78b5b36b1 (diff)
ma pkgs.hermesledcontrol: add usage
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/HermesLedControl/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/5pkgs/HermesLedControl/default.nix b/makefu/5pkgs/HermesLedControl/default.nix
index 88aed898..77164f56 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 {