Stream Deck: Difference between revisions

Klinger (talk | contribs)
Tags: Mobile edit Mobile web edit
added more modern gui solution to control streamdeck
 
Line 13: Line 13:
}
}
</syntaxhighlight>
</syntaxhighlight>
Alternatively you can use [https://github.com/StreamController/StreamController '''streamcontroller'''], a more modern solution to control your Elgato Stream Deck.
To install the streamcontroller package you simply put it in your environment packages:<syntaxhighlight lang="nix">
{
  environment.systemPackages = [
    pkgs.streamcontroller
  ];
}
</syntaxhighlight>
[[Category:Hardware]]
[[Category:Hardware]]