Stream Deck: Difference between revisions
imported>Majiir  Create Stream Deck article  | 
				Postboote1 (talk | contribs)  added more modern gui solution to control streamdeck  | 
				||
| (One intermediate revision by one other user not shown) | |||
| 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]]  | |||