summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
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 {