DashNix/nix/hardware/streamdeck.nix

6 lines
90 B
Nix

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