nixos/hosts/gunter/streamdeck.nix

5 lines
62 B
Nix

{ pkgs, ... }:
{
programs.streamcontroller.enable = true;
}