Stream Deck: Difference between revisions

From NixOS Wiki
imported>Majiir
(Create Stream Deck article)
 
Tags: Mobile edit Mobile web edit
 
Line 13: Line 13:
}
}
</syntaxhighlight>
</syntaxhighlight>
[[Category:Hardware]]

Latest revision as of 10:25, 4 May 2024

Stream Deck UI

You can use streamdeck-linux-gui (also called streamdeck-ui) to control Elgato Stream Deck devices.

To ensure udev rules are correctly enabled, use programs.streamdeck-ui to enable the application:

{
  programs.streamdeck-ui = {
    enable = true;
    autoStart = true; # optional
  };
}