nixos/hosts/gunter/streamdeck.nix

7 lines
72 B
Nix

{ pkgs, ... }:
{
programs.streamdeck-ui = {
enable = true;
};
}