Stream Deck: Difference between revisions
Tags: Mobile edit Mobile web edit |
Postboote1 (talk | contribs) 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]] | ||